views:

78

answers:

4

Hi,

I am interested in building web applications using Ruby on Rails. I surfed the Internet and found out that I need to have a prior knowledge of the Ruby language. So can you please suggest some good books, online resources to start off with Ruby first and then Ruby on Rails?

Thanks, Rakesh.

A: 

As far as Ruby goes, two good books are:

  1. Programming Ruby: The Pragmatic Programmers' Guide by Dave Thomas, Chad Fowler, and Andy Hunt

  2. The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming by Hal Fulton

Check out this link also for some helpful sites: http://ruby.about.com/od/tutorialsontheweb/tp/10waysfree.htm

Jan Oglesby
A: 

You may also find RailsCast is useful too. :)

siulamvictor
A: 

I recently got through http://railstutorial.org/book and I must say it's a great tutorial as it includes topics like git, testing and of course rails itself and many more references.

Uģis Ozols
A: 

There is also Why's famous guide: http://mislav.uniqpath.com/poignant-guide/book/

SirDarius