aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | As discussed with @josevalim on Ruby Rogues Parley.
* Update guides/source/active_record_validations.mdAnton Cherepanov2013-01-151-1/+0
| | | Duplicated `update`
* 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
| | | | These tips were documenting an inconsistency issue https://github.com/rails/rails/issues/8621. That issue is resolved by https://github.com/rails/rails/issues/8622.
* Restored 'Working with Validation Errors'Steve Klabnik2012-12-161-0/+140
| | | | | Somehow this got lost in my PRs before. I'm going to re-check all the guides to make sure this didn't happen again elsewhere.
* copy editing [ci skip]Vijay Dev2012-12-151-1/+1
|
* Elaborate using `inverse_of` with presence validationJay Hayes2012-12-131-1/+2
|
* Fix associations presence lost in steve's reformatJay Hayes2012-12-131-2/+2
| | | | | | | | https://github.com/lifo/docrails/commit/55a2820cc6d33e96b8d1b64b38b033913058dce4 messes up https://github.com/lifo/docrails/commit/cfd324b4b68469ba3188e4b7ba8586e59b239693 Hopefully there is other stuff lost in translation...
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-081-5/+5
|\
| * Punctuation, capitalization, grammar fixes in rails guidesKatie Oldaker2012-12-071-2/+2
| |
| * Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-3/+3
| |
* | Fix Active Record validation error messages markup in guidesCarlos Antonio da Silva2012-12-041-21/+21
|/ | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip]
* Here's a few updates to the validations guide. A bunch of small changes,Steve Klabnik2012-12-011-347/+342
| | | | | | | | plus: * 80 column formats * replacing the explanation of the dynamic_form gem with the example HTML/CSS that Rails scaffolds generate.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-011-10/+18
| | | | | Conflicts: guides/source/active_record_validations.md
* Split Validations and Callbacks into separate guides.Steve Klabnik2012-11-291-0/+960
Two big features that are only barely related in the same guide. Seems bad. I did not check references to these guides yet, so some links may need to be updated.