I am planning to travel this weekend (long 23 hour flight) so my mission is that by the time I get off that plane I want to be able to start developing on ROR.

I am very well versed in PHP/.NET/Java so I don't think picking up Ruby would be that hard. However, I would like to get some input from those who made the transit from PHP/Java world to ROR.

So please recommend me a book that can help me achieve this goal.


Related questions:

link|improve this question

67% accept rate
feedback

4 Answers

up vote 7 down vote accepted

Can't go wrong with Agile Web Development with Rails

Once you do a little reading to learn the basics you also can't but love Ryan Bates' RailsCasts site. Let your podcast downloader of choice do the walking so you can have them for the flight.

See these questions as well:

http://stackoverflow.com/questions/55574/learning-ruby-on-rails
http://stackoverflow.com/questions/1574588/book-about-rails-recommendation

link|improve this answer
And don't forget <a href="asciicasts.com">ASCIICasts</a>;: tons of great content for your daily commute... – pantulis Nov 5 '09 at 17:05
thanks for the answer.. really helpful – John Stewart Nov 5 '09 at 17:30
@John Stewart: No problem...always happy to help :) – Jason Punyon Nov 5 '09 at 18:30
feedback

I couldn't live without these two books:

Agile web development with rails: http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition

The Rails Way http://www.amazon.com/Rails-Way-Obie-Fernandez/dp/0321445619

I would start with the first one as a beginner to Rails as it takes you straight into building a solid application from the ground up.

Good luck!

link|improve this answer
feedback

I'd advise before you leave to take a copy of the current API (2.3.4) with you, you'll need it and it will probably (in the later few hours) be of more help than any book.

For a ruby book I would recommend The Ruby Way by Hal Fulton over the Pickaxe simply because I think the Pickaxe doesn't go into as much detail and is nowhere near as fun as The Ruby Way.

Paired with a good Rails book (The Rails Way over AWDWROR), you should be set to do simple stuff with Rails when you get off your plane.

link|improve this answer
feedback

Agile Web Development With Rails - It's the best book I have come across for Rails. It answers all of my questions I come across with rails development.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.