Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am trying to transition to Ruby and I want to know which books (that are currently out as of 2014, Jun 25) would benefit a transitioning java developer like myself.

Preferably an intermediate level or advanced book would be best, and it doesn't have to be a book at all but could be online resources.

share|improve this question

closed as off-topic by BЈовић, thorsten müller, gnat, Bart van Ingen Schenau, Jörg W Mittag Jun 25 at 10:08

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • "Questions asking us to recommend a tool, library or favorite off-site resource are off-topic for Programmers as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – BЈовић, thorsten müller, gnat, Bart van Ingen Schenau, Jörg W Mittag
If this question can be reworded to fit the rules in the help center, please edit the question.

1  
books/resource recommendations are explicitly off-topic per help center. meta.programmers.stackexchange.com/questions/6483/… –  gnat Jun 25 at 8:27
add comment

1 Answer

This question might get closed down due to being about book recommendations. But a good starting point to learn Ruby on Rails is Michael Hartl's rails tutorial. It will teach you how to build a moderately complex application following industry's best practices and Test Driven Development.

It takes a very good approach from the ground up to building the skills you will need to create your own Rails applications.

share|improve this answer
add comment

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