| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -0/+2 |
* | Merge pull request #29651 from Sayanc93/return-correct-date | Ryuta Kamizono | 2019-02-18 | 1 | -1/+18 |
|\ |
|
| * | Return correct date in ActiveModel for time to date conversions | Sayan Chakraborty | 2017-12-17 | 1 | -1/+16 |
* | | Fix year value when casting a multiparameter time hash | Andrew White | 2019-01-21 | 1 | -0/+28 |
* | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -0/+2 |
* | | Add `ActiveModel::Errors#of_kind?` | bogdanvlviv | 2019-01-04 | 1 | -0/+4 |
* | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -2/+2 |
* | | Fix numericality equality validation on floats | Gannon McGibbon | 2018-12-12 | 1 | -0/+5 |
* | | Add slice! method to ActiveModel::Errors | Daniel Lopez Prat | 2018-11-21 | 1 | -0/+4 |
* | | 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 |