Hacker News new | ask | show | jobs
by ofca 5255 days ago
Greatest timing ever! Just started learning ruby and rails. If some noob here is also interested, other resources (other than classical google,stackoverflow, youtube) I've found very helpful are lynda.com and peepcode videos. Thank you for this.
1 comments

You may want to work through Michael Hartls' "Ruby on Rails Tutorial" (http://ruby.railstutorial.org/) as well
I think Hartl's tutorial is a must. At least the first three or four chapters. It's probably the fastest way to get on the road with Git, Github, Heroku, and TDD from square one.
Totally agree. Even though I went through the Agile book previously, I went through half of Hartl's tutorial primarily to learn how to use Rails with Git, Heroku, and TDD.