views:

230

answers:

12

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.

+8  A: 

Railscasts - http://railscasts.com/

RichH
No fair, you took the best one ;)
Gordon Wilson
+7  A: 

Rails API - http://api.rubyonrails.org/

RichH
+4  A: 

Rails Guides - http://guides.rails.info/

RichH
A: 

Rails Forum - http://railsforum.com/

thetacom
It used to be the best. Now all threads are old it seems, with deprecated advice for the most part.
allesklar
+5  A: 

PeepCode - http://peepcode.com/

Gordon Wilson
+2  A: 

RailsTips - http://railstips.org/

Gordon Wilson
+1  A: 

Rails Envy - http://www.railsenvy.com/

Gordon Wilson
+1  A: 

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/

Kevin Davis
+2  A: 

Ryan's Scraps - http://ryandaigle.com/

Tim K.
+2  A: 

http://pragmatic.tv for their great Rails screencasts.

Tim K.
+4  A: 

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.

allesklar
+1  A: 

http://www.rubyinside.com - Not Rails-specific, but good

maxhawkins