When you're solving a problem in Rails, what websites do you turn to as resources? (... other than StackOverflow!)
I'm not looking for links to tools such as IDEs, but rather information resources.
One url per answer please to help voting.
When you're solving a problem in Rails, what websites do you turn to as resources? (... other than StackOverflow!)
I'm not looking for links to tools such as IDEs, but rather information resources.
One url per answer please to help voting.
blogs - I've found that with Rails the community puts up some really good stuff
check out Adam's post on nested resources: http://adam.blog.heroku.com/past/2007/12/20/nested_resources_in_rails_2/
Actually while many answers point to good references most of them are not that useful for solving any specific problem you have at the time. They are more geared towards learning. Because of this my vote goes to www.google.com.
You can't beat that. I'm sure that's the way most developers fix problems.