aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | Formatting cleanup and fixes for Active Record ValidationsTrevor Turk2009-02-041-21/+20
|/
* Update Guides, Active Record Validations, better explanation of what methods ↵Trevor Turk2009-02-041-2/+28
| | | | bypass validations
* add link to machinist in testing guide under other testing approachesTrevor Turk2009-02-031-0/+1
|
* Added advanced server command and a mini-generator tutorial.Colin Curtin2009-02-031-10/+129
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-04104-0/+18279
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.