aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations.md
Commit message (Expand)AuthorAgeFilesLines
* Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-311-6/+6
* Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-061-2/+2
* Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...Shodai Suzuki2019-02-191-1/+1
* Merge pull request #34415 from Ana06/present_associationsGannon McGibbon2018-11-091-1/+2
|\
| * Clarify the validation of present associationsAna María Martínez Gómez2018-11-091-1/+2
* | Merge pull request #33348 from ruralocity/update-validation-contexts-guideRyuta Kamizono2018-09-281-9/+27
|\ \
| * | Update guide for validation custom contexts [ci skip]Aaron Sumner2018-07-111-9/+27
* | | Add lambdas in conditional validationsAna María Martínez Gómez2018-08-071-0/+7
| |/ |/|
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\ \
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
| |/
* | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* | Remove the invalid usage document about `errors`. [ci skip]lanzhiheng2018-07-161-18/+0
|/
* Added a lot of Oxford commasAnthony Crumley2018-05-101-1/+1
* Fix typos [ci skip]Yauheni Dakuka2018-01-111-1/+1
* 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