Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Array.wrap call in ActiveModel | Rafael Mendonça França | 2012-01-06 | 1 | -2/+2 |
* | fix typo | Aditya Sanghi | 2011-04-29 | 1 | -1/+1 |
* | :if should not fire on validations when not in context with :on | Aditya Sanghi | 2011-04-29 | 1 | -2/+2 |
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public... | John Firebaugh | 2011-01-31 | 1 | -1/+1 |
* | type fixed | Santiago Pastorino | 2010-08-22 | 1 | -1/+1 |
* | after_validation should be called irrespective of the result of validation. | Neeraj Singh | 2010-08-20 | 1 | -1/+1 |
* | ActiveModel::Validations::Callbacks should not be required by default. | José Valim | 2010-06-19 | 1 | -12/+5 |
* | moving before_validation and after_validation functionality from ActiveRecord... | Neeraj Singh | 2010-06-19 | 1 | -0/+64 |