Ask HN: [RoR Devs] Where did you learn Ruby on Rails?

3 points by shahedkhan30 ↗ HN
I'm a beginner when it comes to programming. Are their any good resources for me to link into, I want to learn Ruby On Rails, and want to ask you guys for advice, and how I should get started.

Thanks!

5 comments

[ 0.18 ms ] story [ 16.8 ms ] thread
http://ruby.railstutorial.org/

Definitely worth buying his video series that accompanies the book (which is free online).

then:

http://railscasts.com/ (start with the early ones and work forward - I found these great to do at the end of a day)

Although I'd certainly also recommend the books that glasner mentioned, particularly "The Rails Way" by Obie Fernandez (although, from experience, it will freak you out a bit as a beginner if you try to read it cover to cover...)

Finally, http://stackoverflow.com/questions/tagged/ruby-on-rails - there won't be many questions you'll have initially that haven't already been the subject of a great answer (or indeed multiple great answers).

I had multiple years or coding experience in other languages. Learning RoR hasn't been pretty. But I'm pretty impressed by the language and framework so far.

1) I'd highly recommend taking the Rails for Zombies course. it is free from code school. 2) In terms of online resources, RailsGuide and RailsTutorial have both been quite useful. 3) In terms of books, I like the Agile book. I like the reference in the second half of the book more than the tutorial coverage (which I also got from the sources listed in #2 above)

Some tips:

a) While scaffolding seems cool when you first see it, I suggest not using it for your first project. It hides too much stuff that you should probably understand.

b) I'd suggest going with Rails 3.0 for now. That's the advice I got.

c) I'm using MacOS and heroku. Fantastic experience so far!

d) Don't start with mastering the ruby language first. I did a quick primer and got started with rails.