aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/api_documentation_guidelines.textile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-061-2/+2
|\ | | | | | | | | Conflicts: activerecord/RUNNING_UNIT_TESTS
| * Fix punctuation.Hendy Tanata2011-05-311-1/+1
| |
| * Update Rails coding conventions link.Hendy Tanata2011-05-311-1/+1
| |
* | standarize documentation (and indirectly code) to use American English as ↵Xavier Noria2011-05-311-0/+4
|/ | | | | | | | | discussed in 4f234bf Please do not perform monster patches for this until 3.1 is out. Also, no existing API should be affected by this. New code, local variables, etc. would follow this guideline to have a consistent project tree in this regard.
* s/ERb/ERB/g (part II)Akira Matsuda2011-04-031-1/+1
|
* merges docrailsXavier Noria2011-02-181-1/+1
|\
| * Change fenomenal to phenomenal.jonnii2011-02-101-1/+1
| |
* | now that the API guidelines are a guide, it is enough to assert that the ↵Xavier Noria2011-02-091-1/+1
|/ | | | names of Rails components have a space, no need to say it was checked with David in the past
* API guidelines: RDoc markup documentation has been moved in RDoc 3Xavier Noria2010-12-231-1/+1
|
* minor example fix for Rails 3Vijay Dev2010-12-191-2/+2
|
* restores the example for fixed-width font in API guidelinesXavier Noria2010-11-101-0/+10
|
* Remove copy_instance_variables_from from guidesSantiago Pastorino2010-11-101-12/+0
|
* 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