| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use deprecated Object#!~ in Ruby 2.6 | Rafael Mendonça França | 2018-11-26 | 1 | -1/+5 |
* | Add slice! method to ActiveModel::Errors | Daniel Lopez Prat | 2018-11-21 | 3 | -0/+39 |
* | Re-add changes_applied doc | Gannon McGibbon | 2018-11-16 | 1 | -1/+3 |
* | Merge pull request #34417 from r3trofitted/fix/added_options_check | Rafael França | 2018-11-13 | 2 | -3/+13 |
|\ |
|
| * | Fix ignored options in the `#added?` method | Ronan Limon Duparcmeur | 2018-11-13 | 2 | -3/+13 |
* | | Ensure casting by decimal attribute when querying | Ryuta Kamizono | 2018-11-12 | 1 | -0/+4 |
|/ |
|
* | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
* | `update_columns` raises if the column is unknown | Sean Griffin | 2018-10-30 | 1 | -0/+1 |
* | Fix grammar in changed? docs [ci skip] | Alberto Almagro | 2018-10-28 | 1 | -1/+1 |
* | Add new exception message to datetime from hash cast | wilddima | 2018-10-21 | 2 | -3/+14 |
* | Improve model attribute accessor method names for backtraces | Dylan Thacker-Smith | 2018-10-12 | 2 | -22/+48 |
* | Fix call sites | Gannon McGibbon | 2018-10-02 | 1 | -1/+1 |
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 1 | -1/+1 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 7 | -8/+8 |
* | Merge pull request #30676 from artofhuman/import-assert-attrs-error-message | Rafael França | 2018-09-26 | 2 | -2/+4 |
|\ |
|
| * | Improve error message when assign wrong attributes to model | Semyon Pupkov | 2018-04-28 | 2 | -2/+4 |
* | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | | Merge pull request #33949 from sjain1107/no-private-def | Kasper Timm Hansen | 2018-09-23 | 1 | -8/+10 |
|\ \ |
|
| * | | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -8/+10 |
* | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 3 | -4/+4 |
|/ / |
|
* | | Merge pull request #33804 from yskkin/num_string | Ryuta Kamizono | 2018-09-08 | 4 | -4/+14 |
|\ \ |
|
| * | | Fix non_numeric_string? | Yoshiyuki Kinjo | 2018-09-07 | 4 | -4/+14 |
* | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri... | Rafael França | 2018-09-07 | 2 | -3/+63 |
|\ \ \ |
|
| * | | | Call human_attribute_name with a string instead of a symbole | Martin Larochelle | 2018-08-16 | 2 | -2/+2 |
| * | | | `ActiveModel.full_message` interaction with `index_errors` | Martin Larochelle | 2018-08-14 | 2 | -3/+63 |
* | | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -12/+13 |
| |/ /
|/| | |
|
* | | | Faster time_value.rb | schneems | 2018-08-29 | 1 | -1/+7 |
* | | | Fix numericality validator to still use value before type cast except Active ... | Ryuta Kamizono | 2018-08-24 | 4 | -4/+41 |
* | | | Fix numericality validator not to be affected by custom getter | Ryuta Kamizono | 2018-08-13 | 1 | -0/+2 |
|/ / |
|
* | | Add changelog entry for #31503 [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -0/+16 |
* | | Fix test failure | bogdanvlviv | 2018-08-11 | 1 | -1/+1 |
* | | Merge pull request #31503 from bogdan/timestamp-as-json | Eileen M. Uchitelle | 2018-08-11 | 2 | -9/+14 |
|\ \ |
|
| * | | Fix AM::Serializers::JSON#as_json method for timestamps | Bogdan Gusiev | 2017-12-21 | 2 | -9/+14 |
* | | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466) | Bart | 2018-07-29 | 1 | -1/+17 |
* | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -15/+1 |
* | | | Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments | Ryuta Kamizono | 2018-07-23 | 1 | -7/+9 |
|\ \ \ |
|
| * | | | add strict argument checking to ActiveRecord callbacks | Sean Linsley | 2018-07-22 | 1 | -7/+9 |
|/ / / |
|
* | | | Ensure attribute is a symbol in the added? method | Jeremy Baker | 2018-07-14 | 2 | -1/+7 |
* | | | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 4 | -15/+15 |
* | | | Improve `SecurePasswordTest#test_authenticate` | bogdanvlviv | 2018-07-06 | 1 | -4/+7 |
* | | | Shorter code: remove unnecessary condition | claudiob | 2018-07-05 | 1 | -1/+1 |
* | | | Fix Ruby warnings tickled by the test suite | utilum | 2018-06-30 | 1 | -1/+2 |
* | | | Merge pull request #26764 from choncou/improve_has_secure_password | Rafael Mendonça França | 2018-06-28 | 4 | -56/+72 |
|\ \ \ |
|
| * | | | Remove method for regenerating a token, and update `#authenticate`. | Unathi Chonco | 2016-10-12 | 3 | -61/+25 |
| * | | | This addition will now allow configuring an attribute name for the | Unathi Chonco | 2016-10-12 | 4 | -41/+93 |
* | | | | Add changelog for #32956 [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -0/+6 |
* | | | | Fix active_model/errors docs [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -1/+1 |
* | | | | Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message | Rafael França | 2018-06-11 | 4 | -2/+131 |
|\ \ \ \ |
|
| * | | | | Add global config for config.active_model.i18n_full_message | Martin Larochelle | 2018-06-05 | 4 | -1/+55 |