Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix absence validator doc for boolean field | Angelo capilleri | 2013-03-13 | 1 | -2/+2 |
| | |||||
* | absence validator doc | Angelo capilleri | 2013-03-13 | 1 | -0/+41 |
| | |||||
* | Validations guide: validates_with init clarification. | Henrik Nyh | 2013-02-09 | 1 | -0/+29 |
| | | | As discussed with @josevalim on Ruby Rogues Parley. | ||||
* | Update guides/source/active_record_validations.md | Anton Cherepanov | 2013-01-15 | 1 | -1/+0 |
| | | | Duplicated `update` | ||||
* | Change guides to use update instead of update_attributes | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | removed TIP: :allow_nil/:allow_blank is ignored by the presence validator | Colin Kelley | 2012-12-26 | 1 | -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 Klabnik | 2012-12-16 | 1 | -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 Dev | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | Elaborate using `inverse_of` with presence validation | Jay Hayes | 2012-12-13 | 1 | -1/+2 |
| | |||||
* | Fix associations presence lost in steve's reformat | Jay Hayes | 2012-12-13 | 1 | -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/docrails | Vijay Dev | 2012-12-08 | 1 | -5/+5 |
|\ | |||||
| * | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -2/+2 |
| | | |||||
| * | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -3/+3 |
| | | |||||
* | | Fix Active Record validation error messages markup in guides | Carlos Antonio da Silva | 2012-12-04 | 1 | -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 Klabnik | 2012-12-01 | 1 | -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/docrails | Vijay Dev | 2012-12-01 | 1 | -10/+18 |
| | | | | | Conflicts: guides/source/active_record_validations.md | ||||
* | Split Validations and Callbacks into separate guides. | Steve Klabnik | 2012-11-29 | 1 | -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. |