matthewford (owner)

Forks

Revisions

  • cc4e35 matthew... Mon Feb 16 06:27:49 -0800 2009
gist: 65183 Download_button fork
public
Public Clone URL: git://gist.github.com/65183.git
Embed All Files: show embed
Manifesto for Rails Development #
1
2
3
4
5
6
7
8
9
## Rails development best practices
# An #RMM alternative, open and collaborative set of development practices we can adhere to.
 
* Distributed Version Control over relying on the File System
* Business Logic in the Models over being spread throughout the MVC layers
* RESTful Architecture over overloaded controllers
* KISS - Short methods with descriptive names
* Tests/Specs covering each layer of MVC and the whole stack
* Document the setup procedure (freeze dependancies where possible)