aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_validations_callbacks.textile
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect validation examplesVijay Dev2011-06-081-5/+5
* Validations guide: order of :after_save callback was incorrect.Mariusz Pękala2011-06-061-2/+2
* Fixed sections regarding validations and callbacks to mention the touch metho...brianp2011-06-021-0/+2
* s/an/a/Akira Matsuda2011-06-011-1/+1
* prefer validates :x in place of validates_x_ofVijay Dev2011-05-261-25/+25
* fixed minor errorsVijay Dev2011-05-261-3/+4
* changes validates_format & numericality to newer syntaxVijay Dev2011-05-251-6/+6
* changes validates_inclusion & exclusion to newer syntaxVijay Dev2011-05-251-7/+7
* changes validates_length_of to newer syntaxVijay Dev2011-05-251-17/+14
* changes validates_confirmation_of to newer syntaxVijay Dev2011-05-251-4/+4
* changes validates_acceptance_of to newer syntaxVijay Dev2011-05-251-2/+2
* changes validates_uniqueness_of to newer syntaxVijay Dev2011-05-251-4/+4
* changes validates_presence_of to newer syntaxVijay Dev2011-05-251-9/+8
* fix incorrect textile syntaxVijay Dev2011-05-251-2/+2
* fix block alignmentVijay Dev2011-04-231-2/+3
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-0/+15
|\
| * Added information about grouping conditional validationsMichal Papis2011-04-161-0/+15
* | Update scaffold controller to generate scss file if Sass is availablePrem Sichanugrist2011-04-151-1/+1
|/
* AR validations and callbacks guide: put update_attribute backXavier Noria2011-03-271-0/+2
* Updated guides for new #update_column.Sebastian Martinez2011-03-261-2/+2
* move the tips about :allow_(nil|blank) near their explanations, also no need ...Xavier Noria2011-03-141-3/+5
* update plugin urls to reflect official maintainersVijay Dev2011-03-101-1/+1
* Add a note to discourage users from using presence validators with allow_(nil...Jeff Kreeftmeijer2011-03-091-1/+3
* Pointing out that dynamic_form plugin must be installed to be able to use err...Rodrigo Navarro2011-03-051-1/+14
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-1/+1
* Fixing wrong class name.Rodrigo Navarro2011-02-231-1/+1
* ActiveModel::Validator#validate must receive have a record parameter.Rodrigo Navarro2011-02-231-6/+3
* Add description of transaction callbacks to ActiveRecord callbacks guide.Brian Durand2011-02-171-0/+35
* Add note that validates_length_of will incorrectly pluralize min. length 1Kevin Skoglund2011-02-071-0/+2
* It should be ActiveModel::Validator, not ActiveRecord::Validator.Elben Shira2010-12-141-1/+1
* 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 sec...Léo Hackin2010-11-211-2/+2
* remove old school validations and replaced with new validates method. Pending...eparreno2010-11-211-9/+9
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-2/+0
* 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
* [PATCH] Update guides after Jeremy Kemper's changes on fieldWithErrorsIvan Torres2010-07-221-2/+2
* 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 some...Jaime Iniesta2010-07-201-11/+12
* 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 u...Bryan Woods2010-06-161-0/+1170