Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Add test for AM::Validation::Callbacks with :on | claudiob | 2015-01-11 | 1 | -0/+26 |
* | Deprecate `false` as the way to halt AM validation callbacks | claudiob | 2015-01-02 | 1 | -3/+17 |
* | Add AM test for after_validation returning false | claudiob | 2014-12-14 | 1 | -2/+13 |
* | Added tests for if condition in Active Model callbacks | Neeraj Singh | 2013-04-21 | 1 | -0/+21 |
* | fix typo in callbacks test | Accessd | 2012-07-24 | 1 | -2/+2 |
* | Removing unwanted method and adding to accessor for getter history | prasath | 2012-01-25 | 1 | -4/+3 |
* | Avoid method redefined warning | Santiago Pastorino | 2010-06-22 | 1 | -1/+2 |
* | ActiveModel::Validations::Callbacks should not be required by default. | José Valim | 2010-06-19 | 1 | -0/+1 |
* | moving before_validation and after_validation functionality from ActiveRecord... | Neeraj Singh | 2010-06-19 | 1 | -0/+76 |