Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a github project that represents Rails best practices [closed]

I'm looking for a Rails project on github that demonstrates best practices for writing a Rails application. Could anyone recommend one?

like image 294
Jonathan Westerberg Avatar asked Jul 27 '09 06:07

Jonathan Westerberg


1 Answers

Spot-us (developed by Hashrocket) provides a lot of useful best practices, like high test coverage, restful design, etc. You can find the source on github.

(No, I'm not a Hashrocket employee)

like image 142
sborsje Avatar answered Sep 30 '22 18:09

sborsje