Project

General

Profile

Coding Standards » History » Version 1

Eric Davis, 2010-08-19 03:10
Basic coding standards

1 1 Eric Davis
h1. Coding Standards
2
3
h2. Ruby and Rails Code
4
5
TODO: until then, follow the basic Ruby and Rails standards.
6
7
h2. Javascript
8
9
TODO
10
11
h2. CSS
12
13
TODO
14
15
h2. Commits
16
17
Commits should be formatted as below.  If you are contributed via git, this will save the committer a bunch of time:
18
19
<pre>
20
Short summary of your commit, 72 characters. #nnnn
21
22
(This is optional) Longer description of the change, including a 
23
list of what changed if it's a major change. Limit each line to 72
24
characters and use basic textile (* for lists). 
25
26
Contributed by Your Name
27
</pre>