| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ActiveModel::Errors#merge! | Jahfer Husain | 2017-07-07 | 1 | -0/+4 |
* | :scissors: | Ryuta Kamizono | 2017-06-28 | 1 | -1/+1 |
* | Fix regression in Numericality validator where extra decimal places on | Bradley Priest | 2017-05-27 | 1 | -0/+5 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -21/+21 |
* | Remove CHANGELOG.md entry that appears in 5-1-stable | Jon Moss | 2017-03-29 | 1 | -4/+0 |
* | Fix ActiveModel::Errors #keys, #values | bogdanvlviv | 2017-03-28 | 1 | -0/+30 |
* | Merge pull request #28050 from namusyaka/avoid-converting-int-into-float | Rafael Mendonça França | 2017-03-27 | 1 | -0/+5 |
|\ |
|
| * | Avoid converting integer as a string into float | namusyaka | 2017-02-18 | 1 | -0/+4 |
* | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -32/+1 |
* | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+2 |
|/ |
|
* | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 1 | -0/+4 |
* | Remove `ActiveModel::TestCase` from lib | yuuji.yaginuma | 2017-02-07 | 1 | -0/+4 |
* | Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel | Sean Griffin | 2016-12-08 | 1 | -0/+4 |
|\ |
|
| * | Moved database-specific ActiveModel types into ActiveRecord | Iain Beeston | 2016-10-14 | 1 | -0/+4 |
* | | Allow indifferent access in ActiveModel::Errors | Kenichi Kamiya | 2016-11-22 | 1 | -0/+6 |
|/ |
|
* | 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 |