aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/api_documentation_guidelines.textile
Commit message (Collapse)AuthorAgeFilesLines
* api guidelines: adds a reference to the RDoc documentation where directives ↵Xavier Noria2010-10-191-1/+1
| | | | like :method: are covered
* api guidelines: adds Test::Unit and RSpec as examples of correct spelling, ↵Xavier Noria2010-09-211-1/+3
| | | | also advice when in doubt
* adds to the API guidelines the proper spelling of ArelXavier Noria2010-09-191-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* standarizes the use of the article "an" for "SQL" and "SQLite"Xavier Noria2010-08-051-1/+1
|
* new guide: API Documentation Guidelines, ported and revised from the ↵Xavier Noria2010-07-171-0/+187
docrails github wiki