Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find advanced Ruby on Rails tutorials? [closed]

I'm working creating rails application and wondered where I can find good tutorials on how to work with rails.

I used this blog that I thought was great in starting to learn rails:

http://fairleads.blogspot.com/2007/12/rails-20-and-scaffolding-step-by-step.html

I have just started working with rails and would like to learn more advanced rails now.

like image 930
Rida Avatar asked Feb 26 '09 14:02

Rida


4 Answers

There are a lot of sources for learn Rails,

  • railscasts.com/
  • newwiki.rubyonrails.org/
  • http://www.ruby-forum.com/forum/3

these are free screencasts and forum, if you want a book I recommend you Rails Way by Obie Fernandez.

like image 87
Luke Avatar answered Oct 21 '22 19:10

Luke


Definitely http://guides.rubyonrails.org/

like image 25
Marston A. Avatar answered Oct 21 '22 21:10

Marston A.


There are also some really good commercial screencasts found here:

  • http://peepcode.com/
  • http://envycasts.com/

However, most of the more advanced tutorials are scattered amongst blog posts targeting specific problems or features. I used to have rubycorner.com in my google reader and would monitor it for useful content and subscribe to individual feeds of blogs I found had consistently good content.

Also, Apidock.com has rails, ruby, and rspec documentation in a great user interface along with a lot of useful user comments.

like image 25
Jack Chu Avatar answered Oct 21 '22 21:10

Jack Chu


I completely disagree about the Rails Way. That is a good book once you already largely understand rails basics but it really isn't tutorial style. Different strokes for different folks I guess.

My advice is that you should look for a book that is more tutorial oriented and that has been released very recently because rails changes so fast that your book will be out of date in a blink. Pick your own project and follow along the tutorial adapting it for your projects needs. Invariably, unless you are doing something absurdly simple, you will find that the tutorials come up short and you will have to research solutions for yourself but that it the best way to learn.

Be very aware that almost all the tutorials online are out of date. Probably more than half the railscasts are for pre 2.0 rails. Rails Guides are pretty good and uptodate and have even started including notes for differences between versions.

like image 33
srboisvert Avatar answered Oct 21 '22 19:10

srboisvert