aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_validations_callbacks.textile
Commit message (Collapse)AuthorAgeFilesLines
* Fix ruby syntax errors in railties/guides docsPavel Gorbokon2010-11-221-1/+1
|
* copy-edits d773ef8Xavier Noria2010-11-211-1/+1
|
* fix some grammar issues with section 2.5Jamison Dance2010-11-211-1/+1
|
* Fix code for customize the error messages html adding a .html_safe of 8.3 ↵Léo Hackin2010-11-211-2/+2
| | | | section
* remove old school validations and replaced with new validates method. ↵eparreno2010-11-211-9/+9
| | | | Pending: fix active_record guide
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Changed environment.rb to application.rbUgis Ozols2010-10-251-3/+3
|
* added more items to the set to improve explanation of validates_exclusion_ofRajinder Yadav2010-10-041-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsJamison Dance2010-08-261-2/+2
|\
| * change 'a SQL' to 'an SQL' as suggested by the api documentation guidelinesJaime Iniesta2010-08-261-2/+2
| |
* | fix sentence fragment in validates_associated cautionJamison Dance2010-08-261-1/+1
|/
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-20/+20
| | | | 's/[ \t]*$//' -i {} \;)
* [PATCH] Update guides after Jeremy Kemper's changes on fieldWithErrorsIvan Torres2010-07-221-2/+2
| | | | to field_with_errors [#157 state:resolved]
* non-singleton true and false should go on regular fontJaime Iniesta2010-07-201-1/+1
|
* Active Record Validations and Callbacks guide: Fixed typos and rephrased ↵Jaime Iniesta2010-07-201-11/+12
| | | | some paragraphs for clarity
* Changed passed argument to :validate => false in validation skipping section.Uģis Ozols2010-07-031-2/+2
|
* Guides: renaming to active_record_validations_callbacks for consistency and ↵Bryan Woods2010-06-161-0/+1170
updating links to reflect new path