2

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.

Samnang
  • 5,536
  • 6
  • 35
  • 47

3 Answers3

4
  1. Brevidy (very detailed video social network)
  2. Teambox (project management software). I think Teambox is pretty big to mention it;
  3. Redmine (no comments). Unit testing powered;
  4. Spree (e-commerce). It uses unit testing too.

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

iwasrobbed
  • 46,496
  • 21
  • 150
  • 195
Daniel O'Hara
  • 13,307
  • 3
  • 46
  • 68
1

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
  • 161
  • 4
0

redcar looks nice

rogerdpack
  • 62,887
  • 36
  • 269
  • 388