Best book on Ruby on Rails

Hi,

I am new to Ruby on Rails and was wondering if anyone can recommend a
list
of good introduction and reference book for Ruby on Rails.

Thanks in advance

1 Like

Best way of learning ruby in rails is first learn ruby the book name is
bookofruby and then learn railtutorial.org chapter… 1 to 12.

The best introduction I have seen to date is the RailsTutorial Web
site/book/screencast series: https://www.railstutorial.org The book and
training exercise are free to use on line, although it would be good of
you to reward the author for his continuing hard work on this topic.
This is a clearly written and very well paced exercise, which will
acquaint you with the basic and useful corners of the framework, and
more importantly, show you how to find out more as you gain experience
and confidence.

After that, you may find something like The Rails Way or Ruby for Rails
(now renamed The Well-grounded Rubyist) a great level-up.

Walter

1 Like