views:

45

answers:

2

I am just starting with Rails. I've read through the AWDR book and am currently working on a side project in rails.

I want to get an idea of what a good rails project should look like in order to learn what the best practices are.

Can you guys point me to some good rails projects on github that not only work well but are well written?

Or am I better off reading Rails best practices? if so, any good ones?

A: 

Here's an answer to the question previously posted: http://stackoverflow.com/questions/248371/whats-the-best-open-source-ruby-on-rails-project-to-learn-from

Also here is a good presentation on reading good Ruby code called "Little Big Ruby" given by James Edward Gray II

Poor Lil Rich Boy
A: 

Here's the presentation http://www.slideshare.net/LittleBIGRuby/little-big-ruby

Poor Lil Rich Boy