Ruby on Rails Resources

Ruby:

https://www.ruby-lang.org/en/news/2013/12/25/ruby-2-1-0-is-released/

Rails:

http://guides.rubyonrails.org/4_0_release_notes.html

Rails Installation Guide:

http://railsinstaller.org/en
http://guides.railsgirls.com/install/
http://installfest.railsbridge.org/installfest/ I used this one to install on my Windows OS because I attended a RailsBridge event. I found it easy to follow. 

Ruby Gems:

https://rubygems.org/

Bundler:

http://bundler.io/
Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.

Learn Ruby:

TryRubyhttp://tryruby.org/levels/1/challenges/0 Really fun way to get introduced to the language. Great layout&design and user friendly.
Ruby on Codecademy: https://www.codecademy.com/tracks/ruby Very well written and easy to follow.
Ruby Programming on Odin: http://www.theodinproject.com/ruby-programming
Ruby Monk: http://rubymonk.com/learning/books/1-ruby-primer
Ruby the hard way: http://learnrubythehardway.org/book/ It really is hard. Especially if you don’t have a programming background.
Ruby in 100 minutes: http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html
Chris Pinehttps://pine.fm/LearnToProgram/chap_01.html
Master Ruby blockshttp://mixandgo.com/blog/mastering-ruby-blocks-in-less-than-5-minutes
Bastards book of Rubyhttp://ruby.bastardsbook.com/toc/
Ruby Newbie Odin Gisthttps://gist.github.com/brianllamar/11261930

Learn Rails:

Rails for Zombies: http://railsforzombies.org/ Really excellent lessons. Read more here.
Tech Talent South Rails Beginner Lesson:
http://techtalentsouth.slides.com/techtalentsouth/zero-to-heroku-workshop?token=r_LQ9_iu#/
Michael Hartl’s Tutorial: https://www.railstutorial.org/book/beginning
Ruby on Rails on Odin: http://www.theodinproject.com/ruby-on-rails

Ruby Help

http://ruby-doc.org/
https://www.codecademy.com/glossary/ruby/

Blogs:

http://www.jamesfend.com/learned-ruby-rails-12-weeks-launch-freelancify
http://www.codenewbie.org/blogs/ruby-roundup-1
http://www.smashingmagazine.com/2009/03/getting-started-with-ruby-on-rails/

Atlanta Ruby Users Group:

http://www.atlrug.com/

Jobs:

https://toprubyjobs.com/
https://www.jrdevjobs.com/jobs

Ruby Regular Expression Editor:

http://www.rubular.com/

Leave a comment