aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations.md
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete explanationohbarye2017-08-171-1/+1
* Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-301-1/+1
* Remove deprecated passing of string to :if/:unless (#29357)Joe Francis2017-06-061-1/+1
* Remove obsolete warning about regular expressionPhilipe Fatio2017-03-141-3/+0
* Remove deprecate passing string to `:if` and `:unless` conditional options [c...yuuji.yaginuma2017-02-181-12/+0
* Correct usage for acceptance validator in guideTekin Suleyman2016-08-021-1/+1
* [ci skip] Expand information on message optionsschneems2016-06-081-3/+9
* Active Model: Improve CHANGELOG and documentation for `validates_acceptance_o...Prathamesh Sonpatki2016-05-051-8/+17
* Update example of passing a proc to `:message` option for validating records ...Prathamesh Sonpatki2016-04-061-4/+4
* [ci skip] Fix variable nameArthur Vieira2016-04-041-2/+2
* [skip ci] Update `numericality` validation docsArkadiusz Fal2016-03-281-0/+2
* [ci skip] Added missing custom context validationVijay Kumar Agrawal2016-03-241-0/+19
* Fix small typo in Rails guides [ci skip]Mehmet Emin İNAÇ2016-02-151-1/+1
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-54/+54
* Merge pull request #22427 from eliotsykes/validation-message-proc-docYves Senn2015-11-301-1/+30
|\
| * Document message validation option accepts ProcEliot Sykes2015-11-271-1/+30
|/
* remove deprecated `:tokenizer` option from guide [ci skip]yuuji.yaginuma2015-11-071-15/+0
* Merge pull request #20795 from benjiwheeler/validation_guide_ret_valSean Griffin2015-10-201-7/+15
|\
| * activerecord guide: clarified roles of valid method and errors object [ci skip]Ben Wheeler2015-07-081-7/+15
* | Replace `#=>` with `# =>` [ci skip]amitkumarsuroliya2015-09-191-1/+1
* | Merge pull request #20897 from lukechesser/guide-fix-for-acceptance-validationArthur Nogueira Neves2015-09-141-3/+7
|\ \
| * | Update validation guide for acceptance methodLuke Chesser2015-07-161-3/+7
| |/
* | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-1/+1
* | Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-011-0/+10
|\ \ | |/ |/|
| * Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-0/+10
* | docs, clarify the meanaing of return values from validation methods.Yves Senn2015-07-071-2/+3
* | removed erroneous line. Corrected presence validation example.Jurnell Cockhren2015-05-281-1/+0
* | Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-201-1/+1
* | [ci skip] add to doc that acceptance validator allows `nil` by defaultRoque Pinel2015-05-191-0/+1
* | [ci skip] Improve grammar/syntax in AR validations docs.Tim Wade2015-05-161-12/+12
* | [ci skip] Uniquiness with scope can have one or more argumentsAngelo Capilleri2015-05-031-1/+1
* | [ci skip] Active Record Validations guide fixesJon Atack2015-03-251-3/+5
* | [ci-skip] correct doc about custom validatorsAditya Kapoor2015-02-271-2/+2
* | Oops :bomb:Rafael Mendonça França2015-02-201-1/+1
* | Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-201-1/+1
* | use `messages` instead of deprecated `ActiveModel::Errors#[]=` method [ci skip]yuuji.yaginuma2015-02-201-1/+1
* | Merge pull request #18815 from tmingos/patch-1Zachary Scott2015-02-161-3/+2
|\ \
| * | Edit text on optional db constraints for uniqueness validations [ci skip]Taylor Mingos2015-02-041-3/+2
* | | Tiny documentation edits [ci skip]Robin Dupret2015-02-151-23/+24
|/ /
* | fix regexp for validate an integer in guides [ci skip]yuuji.yaginuma2015-01-221-1/+1
* | Add ActiveModel::Errors#detailsWojciech Wnętrzak2015-01-201-2/+56
* | - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* | warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* | Adding information about 'allow_nil' option for 'numericality' [ci skip]Andrey Nering2014-12-091-0/+2
* | Merge branch 'master' of github.com:rails/railsVijay Dev2014-11-041-1/+1
|\ \
| * | better example for tokenizer lambda [ci skip]Robin Tweedie2014-10-291-1/+1
| |/
* / [ci skip] Add missing blank line to AR validation.Juanito Fatas2014-10-251-0/+1
|/
* fix wrong #17318 [ci skip]Igor Kapkov2014-10-191-1/+1
* make guides example more friendly to nonlatin langsIgor Kapkov2014-10-191-1/+1
* mention the :without option [ci skip]Rob2014-10-161-0/+2