aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations.md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Clarify possible validations you can use to avoid a NULL boolean valueZachary Scott2014-10-031-2/+8
* [Guides] Sentence break for clarity [ci-skip]Max Goldstein2014-07-111-2/+2
* Fix guide. sample code syntax error.[ci skip]tbpgr2014-07-041-1/+1
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-5/+5
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-091-1/+1
|\
| * Use full-length version of multiple from c7abc51Zachary Scott2014-02-091-1/+1
| * docs, link MySQL manual for multi column indexes. [ci ckip].Yves Senn2014-02-091-1/+3
* | docs, link MySQL manual for multi column indexes. [ci ckip].Yves Senn2014-02-041-1/+3
* | Reordered classes in AR Validation #validates_with example [ci skip]John Olmsted & Strand McCutchen2014-01-241-8/+8
|/
* Removed redundant field name in the guide Paul Nikitochkin2013-12-011-1/+1
* [ci skip] Replace #=> with # =>Alex Johnson2013-11-121-9/+9
* Remove size alias for length validationSıtkı Bağdat2013-10-141-2/+0
* Fix a writing mistakeSıtkı Bağdat2013-10-121-1/+1
* [Validations Guide] Add full stop to the end of sentence [ci skip]Francis Go2013-10-101-1/+1
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-1/+1
* Fix active_record_validations.md document, `:save` for `on:` validation helpe...Takehiro Adachi2013-08-041-3/+2
* fix typo in Active Record Validations guide. [ci skip].Yves Senn2013-07-191-1/+1
* [doc] Update return false if record is invalidRashmi Yadav2013-06-191-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-5/+5
|\
| * Using 1.9 syntax for edge guidesRashmi Yadav2013-06-121-2/+2
| * Remove double spaces in guidesSunny Ripert2013-05-281-1/+1
| * End-of-line whitespace huntSunny Ripert2013-05-281-2/+2
* | change format example to read better when rendered with full_messagesbarelyknown2013-06-081-1/+1
|/
* Corrected documentation regarding validation errorsRadu Busuioc2013-05-161-7/+7
* Added instructions of latest bundler install + modified the on: :save option ...aditya-kapoor2013-04-221-2/+1
* corrected a typo related to on: :save option in validationsaditya-kapoor2013-04-221-1/+1
* corrected a line related to on: :save option in validationsaditya-kapoor2013-04-221-0/+2
* Change 'validates_presence_of' to 'presence: true' Zoltan Debre2013-04-161-1/+1
* fix absence validator doc for boolean fieldAngelo capilleri2013-03-131-2/+2
* absence validator docAngelo capilleri2013-03-131-0/+41
* Validations guide: validates_with init clarification.Henrik Nyh2013-02-091-0/+29
* Update guides/source/active_record_validations.mdAnton Cherepanov2013-01-151-1/+0
* Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-3/+3
* removed TIP: :allow_nil/:allow_blank is ignored by the presence validatorColin Kelley2012-12-261-4/+0
* Restored 'Working with Validation Errors'Steve Klabnik2012-12-161-0/+140