Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-06 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: activerecord/RUNNING_UNIT_TESTS | ||||
| * | Fix punctuation. | Hendy Tanata | 2011-05-31 | 1 | -1/+1 |
| | | |||||
| * | Update Rails coding conventions link. | Hendy Tanata | 2011-05-31 | 1 | -1/+1 |
| | | |||||
* | | standarize documentation (and indirectly code) to use American English as ↵ | Xavier Noria | 2011-05-31 | 1 | -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 Matsuda | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | merges docrails | Xavier Noria | 2011-02-18 | 1 | -1/+1 |
|\ | |||||
| * | Change fenomenal to phenomenal. | jonnii | 2011-02-10 | 1 | -1/+1 |
| | | |||||
* | | now that the API guidelines are a guide, it is enough to assert that the ↵ | Xavier Noria | 2011-02-09 | 1 | -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 3 | Xavier Noria | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | minor example fix for Rails 3 | Vijay Dev | 2010-12-19 | 1 | -2/+2 |
| | |||||
* | restores the example for fixed-width font in API guidelines | Xavier Noria | 2010-11-10 | 1 | -0/+10 |
| | |||||
* | Remove copy_instance_variables_from from guides | Santiago Pastorino | 2010-11-10 | 1 | -12/+0 |
| | |||||
* | api guidelines: adds a reference to the RDoc documentation where directives ↵ | Xavier Noria | 2010-10-19 | 1 | -1/+1 |
| | | | | like :method: are covered | ||||
* | api guidelines: adds Test::Unit and RSpec as examples of correct spelling, ↵ | Xavier Noria | 2010-09-21 | 1 | -1/+3 |
| | | | | also advice when in doubt | ||||
* | adds to the API guidelines the proper spelling of Arel | Xavier Noria | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | standarizes the use of the article "an" for "SQL" and "SQLite" | Xavier Noria | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | new guide: API Documentation Guidelines, ported and revised from the ↵ | Xavier Noria | 2010-07-17 | 1 | -0/+187 |
docrails github wiki |