aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for validations docs, person.invalid?(:email) should be ↵Trevor Turk2009-02-051-1/+1
| | | | person.errors.invalid?(:email)
* Finish TODOs for Active Record Callbacks and Validations, will continue to ↵Trevor Turk2009-02-041-7/+50
| | | | review
* Fix links in performance guidePratik Naik2009-02-051-4/+4
|
* Remove stray API linkTrevor Turk2009-02-041-1/+1
|
* Merge changes to Active Record Validations sectionTrevor Turk2009-02-044-35/+53
|\
| * Remove API links and add TODOs #26Pratik Naik2009-02-041-16/+22
| |
| * Minor rewording on the index pagePratik Naik2009-02-041-1/+1
| |
| * Formatting fixes for Getting Started guideMike Gunderloy2009-02-041-13/+25
| |
| * Fixed the wrong currency symbol in the i18n guidekarmi2009-02-041-1/+1
| |
* | 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.