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.
feedback
|
There is opensourcerails.com, but doesn't work right now. | |||
|
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
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. | |||
|
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 | |||
|
feedback
|