| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace “can not” with “cannot”. | Samantha John | 2019-03-06 | 1 | -1/+1 |
* | activemodel typo fix. | alkesh26 | 2019-02-25 | 1 | -3/+3 |
* | Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t... | Ryuta Kamizono | 2019-02-21 | 1 | -0/+8 |
|\ |
|
| * | Don't allow `where` with non numeric string matches to 0 values | Ryuta Kamizono | 2019-02-20 | 1 | -0/+8 |
* | | Revert "Speed up integer casting from DB" | Ryuta Kamizono | 2019-02-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #29651 from Sayanc93/return-correct-date | Ryuta Kamizono | 2019-02-18 | 1 | -0/+11 |
|\ |
|
| * | Return correct date in ActiveModel for time to date conversions | Sayan Chakraborty | 2017-12-17 | 1 | -0/+11 |
* | | Fix type cast with values hash for Date type | Ryuta Kamizono | 2019-02-18 | 1 | -1/+4 |
* | | Add edge test cases for integer and string types | Ryuta Kamizono | 2019-02-17 | 2 | -0/+15 |
* | | activemodel typo fixes. | alkesh26 | 2019-01-31 | 1 | -1/+1 |
* | | Fix NumericalityValidator on object responding to `to_f`: | Edouard CHIN | 2019-01-22 | 1 | -0/+13 |
* | | Fix year value when casting a multiparameter time hash | Andrew White | 2019-01-21 | 1 | -0/+1 |
* | | Add `ActiveModel::Errors#of_kind?` | bogdanvlviv | 2019-01-04 | 1 | -1/+79 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 4 | -106/+84 |
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -6/+6 |
* | | Fix numericality equality validation on floats | Gannon McGibbon | 2018-12-12 | 1 | -0/+7 |
* | | Add slice! method to ActiveModel::Errors | Daniel Lopez Prat | 2018-11-21 | 1 | -0/+24 |
* | | Fix ignored options in the `#added?` method | Ronan Limon Duparcmeur | 2018-11-13 | 1 | -0/+10 |
* | | Add new exception message to datetime from hash cast | wilddima | 2018-10-21 | 1 | -0/+11 |
* | | 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 | 1 | -1/+1 |
* | | Merge pull request #30676 from artofhuman/import-assert-attrs-error-message | Rafael França | 2018-09-26 | 1 | -1/+3 |
|\ \ |
|
| * | | Improve error message when assign wrong attributes to model | Semyon Pupkov | 2018-04-28 | 1 | -1/+3 |
* | | | 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 | 3 | -3/+13 |
|\ \ \ |
|
| * | | | Fix non_numeric_string? | Yoshiyuki Kinjo | 2018-09-07 | 3 | -3/+13 |
* | | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri... | Rafael França | 2018-09-07 | 1 | -1/+58 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Call human_attribute_name with a string instead of a symbole | Martin Larochelle | 2018-08-16 | 1 | -1/+1 |
| * | | | `ActiveModel.full_message` interaction with `index_errors` | Martin Larochelle | 2018-08-14 | 1 | -0/+57 |
* | | | | Fix numericality validator to still use value before type cast except Active ... | Ryuta Kamizono | 2018-08-24 | 2 | -0/+24 |
|/ / / |
|
* | | | 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 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Fix AM::Serializers::JSON#as_json method for timestamps | Bogdan Gusiev | 2017-12-21 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -15/+1 |
* | | | Ensure attribute is a symbol in the added? method | Jeremy Baker | 2018-07-14 | 1 | -0/+6 |
* | | | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 2 | -5/+5 |
* | | | Improve `SecurePasswordTest#test_authenticate` | bogdanvlviv | 2018-07-06 | 1 | -4/+7 |
* | | | 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 | 2 | -1/+6 |
|\ \ \ |
|
| * | | | Remove method for regenerating a token, and update `#authenticate`. | Unathi Chonco | 2016-10-12 | 1 | -11/+2 |
| * | | | This addition will now allow configuring an attribute name for the | Unathi Chonco | 2016-10-12 | 2 | -1/+15 |
* | | | | Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message | Rafael França | 2018-06-11 | 2 | -0/+79 |
|\ \ \ \ |
|
| * | | | | Add global config for config.active_model.i18n_full_message | Martin Larochelle | 2018-06-05 | 2 | -0/+43 |
| * | | | | Allow to override the full_message error format | Martin Larochelle | 2018-05-22 | 1 | -0/+36 |
* | | | | | Fix user_input_in_time_zone to coerce non valid string into nil | Annie-Claude Côté | 2018-05-16 | 1 | -0/+15 |
* | | | | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 3 | -13/+13 |
| |_|_|/
|/| | | |
|
* | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 4 | -7/+7 |
|/ / / |
|