Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -7/+0 |
| | |||||
* | Fixing incorrect notextile tags | Vijay Dev | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -4/+0 |
| | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -2/+0 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | Provide consistant indentation for the example code | Michael Lavrisha | 2011-07-24 | 1 | -8/+8 |
| | |||||
* | Changing Textile emphasis underscores to em tags; the link with underscores ↵ | Carol Nichols | 2011-07-23 | 1 | -1/+1 |
| | | | | | | | | that follows is causing the emphasis underscores to be parsed incorrectly. This appears to be a bug with RedCloth; parsing with official Textile creates the HTML that I expect. I have filed ticket # 226 on RedCloth's lighthouse project and I will attempt to fix the problem with RedCloth. This commit is a workaround for the RedCloth bug that will give this guide the right formatting. | ||||
* | 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 |