aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/activerecord_validations_callbacks.textile
Commit message (Collapse)AuthorAgeFilesLines
* Active Record Validations and Callbacks TODOs added, spelling and small cleanupTrevor Turk2009-02-051-8/+38
|
* 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
* Remove stray API linkTrevor Turk2009-02-041-1/+1
|
* Merge changes to Active Record Validations sectionTrevor Turk2009-02-041-20/+26
|\
| * Remove API links and add TODOs #26Pratik Naik2009-02-041-16/+22
| |
* | 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
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+817
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.