I want good books about these frameworks, but not the old versions. Some books are very outdated... =P

link|improve this question

rails moves too fast for any book to keep pace with IMO – Sujoy Aug 5 '11 at 18:21
I know this, Sujoy... :D I started learning by web tutorials, but i need solve issues a bit more specific. – Andersson Melo Aug 5 '11 at 21:00
1  
oh while not a book, railscasts.com is a nice way to learn a few things. – Sujoy Aug 5 '11 at 21:02
feedback

closed as not constructive by Bill the Lizard Oct 2 '11 at 18:47

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 3 down vote accepted

This is the latest edition of The Django Book and for Rails maybe this Rails 3 Way. But I strongly believe you don't need "books" to learn these frameworks to start it. Just start with them by referring to some online tutorial, that's all you need.

link|improve this answer
I'll second both those, especially 'The Rails 3 Way', a great way to try out books is with a safaribooksonline.com account (don't work there just a happy customer!) – KreeK Aug 5 '11 at 19:12
1  
The Django Book is too old IMO. The current stable version of Django, 1.3 brought some big changes especially to static file handling which always seems to be an area of confusion for beginners. Honestly, for Django, use the docs and official tutorials. As far as Rails, I stopped trying to learn it because the book I have is outdated, so don't be like me and use old books. – j_syk Aug 5 '11 at 19:16
feedback

Agile Web Development in Rails is excellent. I've used it as a starting point and moved on with screencasts and tutorials.

It also has exercises and an online forum that explains how to solve the problems in case you have a difficult time.

EDIT: To answer your concern about up-to-dateness, the 4th edition is the one I bought and it covers Rails 3

link|improve this answer
feedback

For Rails, I would recommend the books Rails 3 Way and Ruby on Rails 3 Tutorial-Learn Rails by Example

link|improve this answer
feedback

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