views:

64

answers:

3

I would like to know some of the great opensource projects in Rails with some best practices and/or code standard including unit testing, so that I can learn some experiences from building apps from those sources.

+1  A: 
  1. Teambox (project management software). I think Teambox is pretty big to mention it;
  2. Redmine (no comments). Unit testing powered;
  3. Spree (e-commerce). It uses unit testing too.

There is opensourcerails.com, but doesn't work right now.

floatless
+1  A: 

I haven't reviewed the projects but this blog article covers just this topic:

http://blog.chrislowis.co.uk/2010/05/31/five-rails-apps-to-study-and-learn-from.html

Chris Hulan
A: 

redcar looks nice

rogerdpack