up vote 3 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

63% accept rate
2  
possible dupe: stackoverflow.com/questions/457087/… – Sam Saffron Aug 31 '10 at 2:13
feedback

4 Answers

up vote 4 down vote accepted
  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.

link|improve this answer
feedback

This question was originally asked in August 2010. Here's the newest answer:

If you're looking for open source applications for Rails 3.1, take a look at

Rails 3.1 Example Apps and Tutorials from the Rails Apps project on GitHub.

You'll find an example app and tutorial for Devise with RSpec and Cucumber, another showing how to set up Devise with Mongoid and another for OmniAuth with Mongoid. They include RSPec specs and Cucumber feature files for testing. All are real working apps, not just learning exercises. They can be used as starter apps as well as examples of current best practices.

link|improve this answer
feedback

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

link|improve this answer
feedback

redcar looks nice

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.