| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated :tokenizer in the length validator | Rafael Mendonça França | 2016-10-10 | 1 | -0/+4 |
* | Removed deprecated methods in ActiveModel::Errors | Rafael Mendonça França | 2016-10-10 | 1 | -0/+6 |
* | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -155/+1 |
* | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+5 |
* | Active Model: Improve CHANGELOG and documentation for `validates_acceptance_o... | Prathamesh Sonpatki | 2016-05-05 | 1 | -4/+6 |
* | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -0/+2 |
* | Allow passing record being validated to error message generator | Prathamesh Sonpatki | 2016-04-05 | 1 | -0/+5 |
* | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+5 |
* | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
* | Move CHANGELOG entry to Active Record | Rafael Mendonça França | 2016-01-05 | 1 | -5/+0 |
* | Take UTC offset into account when assigning string value to time attribute. | Andrey Novikov | 2016-01-05 | 1 | -0/+5 |
* | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | Add missing @claudiob credit to change log [skip ci] | Jon Atack | 2015-12-20 | 1 | -0/+1 |
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -3/+3 |
* | Fix typo in activemodel changelog | Semyon Pupkov | 2015-09-08 | 1 | -4/+4 |
* | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 1 | -0/+18 |
* | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte... | Rafael Mendonça França | 2015-09-07 | 1 | -18/+0 |
* | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once | Rafael Mendonça França | 2015-09-07 | 1 | -0/+18 |
|\ |
|
| * | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 1 | -0/+18 |
* | | Merge pull request #17351 from akshat-sharma/master | Rafael Mendonça França | 2015-09-01 | 1 | -0/+4 |
|\ \ |
|
| * | | Add case_sensitive option for confirmation validation | Akshat Sharma | 2015-09-01 | 1 | -0/+6 |
* | | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -0/+4 |
| |/
|/| |
|
* | | Spelling/typo/grammatical fixes [ci skip] | karanarora | 2015-05-23 | 1 | -1/+1 |
* | | ensure `method_missing` called for non-existing methods passed to | Jay Elaraj | 2015-04-28 | 1 | -0/+5 |
* | | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -1/+1 |
* | | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` and | Fernando Tapia Rico | 2015-04-21 | 1 | -0/+9 |
* | | Fix a few typos [ci skip] | Robin Dupret | 2015-04-05 | 1 | -4/+4 |
* | | Deprecate the `:tokenizer` option to `validates_length_of` | Sean Griffin | 2015-03-29 | 1 | -0/+5 |
* | | some indenting and punctuation fixes. [ci skip] | Yves Senn | 2015-02-23 | 1 | -1/+1 |
* | | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -0/+5 |
* | | Merge pull request #18634 from morgoth/deprecate-some-errors-methods | Rafael Mendonça França | 2015-02-18 | 1 | -0/+5 |
|\ \ |
|
| * | | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods. | Wojciech Wnętrzak | 2015-02-01 | 1 | -0/+5 |
* | | | Merge pull request #16381 from kakipo/validate-length-tokenizer | Rafael Mendonça França | 2015-02-13 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Allow symbol as values for `tokenize` of `LengthValidator` | kakipo | 2014-08-03 | 1 | -0/+4 |
* | | | | Move required error message and changelog to Active Record | Carlos Antonio da Silva | 2015-02-01 | 1 | -5/+0 |
| |/ /
|/| | |
|
* | | | Merge pull request #18700 from nygrenh/better-required-message | Aaron Patterson | 2015-01-31 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Provide a better error message on :required association | Henrik Nygren | 2015-01-28 | 1 | -0/+5 |
* | | | | unify CHANGELOG format. [ci skip] | Yves Senn | 2015-01-31 | 1 | -32/+30 |
|/ / / |
|
* | | | use attribute assignment module logic during active model initialization | Eugene Gilburg | 2015-01-23 | 1 | -0/+11 |
* | | | ✂️ and 💅 for #10776 | Sean Griffin | 2015-01-23 | 1 | -1/+1 |
* | | | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -0/+20 |
* | | | Add ActiveModel::Errors#details | Wojciech Wnętrzak | 2015-01-20 | 1 | -1/+19 |
* | | | allow '1' or true for acceptance validation. | mo khan | 2015-01-10 | 1 | -0/+6 |
* | | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D... | Rafael Mendonça França | 2015-01-04 | 1 | -0/+5 |
* | | | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -7/+9 |
* | | | Deprecate `false` as the way to halt AM callbacks | claudiob | 2015-01-02 | 1 | -1/+1 |
* | | | Deprecate `false` as the way to halt AM validation callbacks | claudiob | 2015-01-02 | 1 | -0/+9 |
* | | | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -61/+1 |
| |/
|/| |
|
* | | [ci skip] ActiveModel CHANGELOG docs fixes | Akshay Vishnoi | 2014-09-18 | 1 | -8/+11 |