|
|
|
Ask HN: Best way to learn Ruby on Rails?
|
|
11 points
by jethrokuan
5114 days ago
|
|
Recently dived into Ruby on Rails, with no prior experience of ruby. Only some background in C++,C, php and the likes. I'm still juggling between learning RoR, CSS, javascript and hacking at vim, and it's really difficult to do so since I still have to focus on my studies (i'm still 16 ><). I need to learn all those to build a decent well-rounded app. Any suggestions on where to start? It's not like I'm short of time so a long-winded but good way to build a strong foundation would be good. |
|
After that, a great resource is http://railsforzombies.com/, and codeschool in general. It's a series of incredibly well made video presentations, which you are then tested on. Once/before you finish that, you should work on actually building an application, maybe following http://railstutorial.org/.
Once you have finished that, you are well on your way to proficiency, and probably have enough understanding of rails to build your application. Some great resources are http://guides.rubyonrails.org/index.html, http://www.codeschool.com/courses/rails-for-zombies-2, and http://api.rubyonrails.org/.
If you have done that, and you still want to learn more, then I would learn more about javascript, and read The Rails 3 Way:http://www.amazon.com/exec/obidos/ASIN/0321601661/zenruby-20.... Finally to learn more about Ruby, read Eloquent Ruby: http://www.amazon.com/Eloquent-Ruby-Addison-Wesley-Professio....
Once you have done that, you should have a pretty solid grounding in Ruby, Rails, and web development in general.