| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -12/+13 |
* | Fix numericality validator to still use value before type cast except Active ... | Ryuta Kamizono | 2018-08-24 | 1 | -0/+6 |
* | Add changelog entry for #31503 [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -0/+16 |
* | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 1 | -4/+4 |
* | Merge pull request #26764 from choncou/improve_has_secure_password | Rafael Mendonça França | 2018-06-28 | 1 | -0/+18 |
|\ |
|
| * | Remove method for regenerating a token, and update `#authenticate`. | Unathi Chonco | 2016-10-12 | 1 | -10/+7 |
| * | This addition will now allow configuring an attribute name for the | Unathi Chonco | 2016-10-12 | 1 | -0/+21 |
* | | Add changelog for #32956 [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -0/+6 |
* | | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | | Remove CHANGELOG entries which were backported to 5-2-stable | Ryuta Kamizono | 2018-02-28 | 1 | -4/+0 |
* | | Merge pull request #28270 from mmangino/dont_ignore_seralization_options | Ryuta Kamizono | 2018-02-27 | 1 | -0/+4 |
|\ \ |
|
| * | | Don't accidentally lose includes in serialization | Mike Mangino | 2017-03-03 | 1 | -0/+3 |
* | | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -0/+5 |
* | | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -65/+1 |
* | | | Allow attributes with a proc default to be marshalled | Sean Griffin | 2018-01-23 | 1 | -0/+7 |
* | | | Fix validation callbacks on multiple context | Yoshiyuki Hirano | 2017-12-20 | 1 | -0/+4 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
* | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+2 |
* | | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f... | bogdanvlviv | 2017-11-05 | 1 | -0/+4 |
* | | | Allow passing a Proc or Symbol as an argument to length validator values | Matt Rohrer | 2017-10-26 | 1 | -0/+4 |
* | | | 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 |