| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 1 | -1/+1 |
* | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte... | Rafael Mendonça França | 2015-09-07 | 1 | -1/+1 |
* | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 1 | -1/+1 |
* | Revert "Revert "Reduce allocations when running AR callbacks."" | Guo Xiang Tan | 2015-07-16 | 1 | -1/+1 |
* | docs, clarify the meanaing of return values from validation methods. | Yves Senn | 2015-07-07 | 1 | -0/+3 |
* | docs, remove accidental :nodoc: of ActiveModel::Validations::ClassMethods met... | Yves Senn | 2015-07-07 | 1 | -2/+1 |
* | Don't document private internal constant [ci skip] | Zachary Scott | 2015-04-26 | 1 | -0/+1 |
* | Revert "Reduce allocations when running AR callbacks." | Guo Xiang Tan | 2015-03-22 | 1 | -1/+1 |
* | Move the `validate!` method to `ActiveModel::Validations`. | Lucas Mazza | 2015-02-20 | 1 | -0/+33 |
* | Pass through the `prepend` option to `AS::Callback` | Godfrey Chan | 2014-12-12 | 1 | -1/+1 |
* | Prefix internal method with _ | Rafael Mendonça França | 2014-10-25 | 1 | -1/+1 |
* | Merge pull request #16409 from justinweiss/update_validation_context_document... | Zachary Scott | 2014-10-03 | 1 | -4/+6 |
|\ |
|
| * | Add a note on custom validation contexts. | Justin Weiss | 2014-08-05 | 1 | -4/+6 |
* | | Refactor callback setup in to use lambda instead of eval | Pablo Herrero | 2014-09-30 | 1 | -1/+1 |
* | | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 1 | -1/+1 |
* | | Move the array to a constant | Godfrey Chan | 2014-09-23 | 1 | -3/+4 |
* | | Update error message for validate method | Prathamesh Sonpatki | 2014-09-20 | 1 | -1/+6 |
* | | Merge pull request #15889 from carnesmedia/model-name | Rafael Mendonça França | 2014-08-17 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Use #model_name on instances instead of classes | Amiel Martin | 2014-06-24 | 1 | -0/+1 |
* | | %i doesn't work on 1.9 | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | check for valid options in validate method | sonnym | 2014-07-17 | 1 | -0/+6 |
|/ |
|
* | ActiveRecord/ActiveModel '#validate' alias for 'valid?' | Henrik Nyh | 2014-03-27 | 1 | -0/+4 |
* | Fix doc markup of clear_validators! | Carlos Antonio da Silva | 2014-01-27 | 1 | -2/+2 |
* | Ability to specify multiple contexts when defining a validation. | Vince Puzzella | 2014-01-27 | 1 | -5/+9 |
* | revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ... | Xavier Noria | 2014-01-26 | 1 | -2/+0 |
* | Adding missing backslashes in active_model files so as to avoid unwanted link... | aditya-kapoor | 2013-12-27 | 1 | -1/+1 |
* | remove some evals from callback conditionals | Aaron Patterson | 2013-06-11 | 1 | -1/+3 |
* | fix ActiveModel::Validations.validators_on doc | Daichi Arai | 2013-06-10 | 1 | -1/+0 |
* | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 1 | -1/+1 |
* | Tidying up some require : removing useless sort and homogenizing with the res... | Intrepidd | 2013-03-20 | 1 | -4/+1 |
* | The repair_validations helper was not working correctly before because | wangjohn | 2013-03-19 | 1 | -0/+43 |
* | cleanup, removed dispensable `require` statements from `ActiveModel` | Yves Senn | 2012-11-25 | 1 | -3/+0 |
* | convert comments to 1.9 hash syntax | AvnerCohen | 2012-10-22 | 1 | -5/+5 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-21 | 1 | -1/+1 |
|\ |
|
| * | minor edits in AM documentation [ci skip] | Francesco Rodriguez | 2012-10-21 | 1 | -1/+1 |
* | | active_model/validations requires necessary files to run | Yves Senn | 2012-10-18 | 1 | -0/+1 |
* | | cleanup, replace non-breaking spaces with spaces | Yves Senn | 2012-10-18 | 1 | -5/+5 |
|/ |
|
* | Use the `flat_map` method. | Rafael Mendonça França | 2012-10-03 | 1 | -2/+2 |
* | Revert "Merge pull request #7826 from sikachu/master-validators-kind" | Rafael Mendonça França | 2012-10-02 | 1 | -14/+1 |
* | Don't use tap in this case. | Rafael Mendonça França | 2012-10-02 | 1 | -5/+7 |
* | Make `.validators_on` accept `:kind` option | Prem Sichanugrist | 2012-10-02 | 1 | -1/+12 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-08-04 | 1 | -35/+126 |
|\ |
|
| * | update ActiveModel::Validations docs [ci skip] | Francesco Rodriguez | 2012-07-29 | 1 | -35/+126 |
* | | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
|/ |
|
* | Set hash value instead of merge a single key, and use flatten! if possible | Carlos Antonio da Silva | 2012-06-26 | 1 | -2/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-06-22 | 1 | -2/+15 |
|\ |
|
| * | fixes a few mistakes in api docs [ci skip] | Vijay Dev | 2012-06-22 | 1 | -1/+1 |
| * | add example to ActiveModel::Validations#validators [ci skip] | Francesco Rodriguez | 2012-06-15 | 1 | -2/+15 |
* | | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -2/+1 |
|/ |
|
* | Kill whitespaces :scissors: | Carlos Antonio da Silva | 2012-05-15 | 1 | -2/+2 |