aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
* Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-317-21/+70
* Add deprecation to slice!lulalala2019-03-311-5/+3
* Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...lulalala2019-03-311-0/+20
* Add a transitional method `objects`, for accessing the array directly.lulalala2019-03-311-6/+6
* Fix spec as generate_message is no longer called during validationlulalala2019-03-311-0/+15
* Add convenience method group_by_attributelulalala2019-03-311-0/+8
* Change errorslulalala2019-03-312-50/+173
* Add ActiveModel::Error and NestedErrorlulalala2019-03-312-0/+228
* Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97dlulalala2019-03-311-2/+2
* Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-301-0/+14
|\
| * Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-301-0/+14
* | Fixed the test description for i18n-customize-full-message after rename in #3...Abhay Nikam2019-03-301-3/+3
* | Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-292-18/+18
|/
* Replace “can not” with “cannot”.Samantha John2019-03-061-1/+1
* activemodel typo fix.alkesh262019-02-251-3/+3
* Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...Ryuta Kamizono2019-02-211-0/+8
|\
| * Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-201-0/+8
* | Revert "Speed up integer casting from DB"Ryuta Kamizono2019-02-211-1/+1
|/
* Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-181-0/+11
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-171-0/+11
* | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-181-1/+4
* | Add edge test cases for integer and string typesRyuta Kamizono2019-02-172-0/+15
* | activemodel typo fixes.alkesh262019-01-311-1/+1
* | Fix NumericalityValidator on object responding to `to_f`:Edouard CHIN2019-01-221-0/+13
* | Fix year value when casting a multiparameter time hashAndrew White2019-01-211-0/+1
* | Add `ActiveModel::Errors#of_kind?`bogdanvlviv2019-01-041-1/+79
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-106/+84
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-6/+6
* | Fix numericality equality validation on floatsGannon McGibbon2018-12-121-0/+7
* | Add slice! method to ActiveModel::ErrorsDaniel Lopez Prat2018-11-211-0/+24
* | Fix ignored options in the `#added?` methodRonan Limon Duparcmeur2018-11-131-0/+10
* | Add new exception message to datetime from hash castwilddima2018-10-211-0/+11
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* | Merge pull request #30676 from artofhuman/import-assert-attrs-error-messageRafael França2018-09-261-1/+3
|\ \
| * | Improve error message when assign wrong attributes to modelSemyon Pupkov2018-04-281-1/+3
* | | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\ \ \
| * | | Remove private defSakshi Jain2018-09-231-8/+10
* | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-4/+4
|/ / /
* | | Merge pull request #33804 from yskkin/num_stringRyuta Kamizono2018-09-083-3/+13
|\ \ \
| * | | Fix non_numeric_string?Yoshiyuki Kinjo2018-09-073-3/+13
* | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...Rafael França2018-09-071-1/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Call human_attribute_name with a string instead of a symboleMartin Larochelle2018-08-161-1/+1
| * | | `ActiveModel.full_message` interaction with `index_errors`Martin Larochelle2018-08-141-0/+57
* | | | Fix numericality validator to still use value before type cast except Active ...Ryuta Kamizono2018-08-242-0/+24
|/ / /
* | | Fix test failurebogdanvlviv2018-08-111-1/+1
* | | Merge pull request #31503 from bogdan/timestamp-as-jsonEileen M. Uchitelle2018-08-111-0/+4
|\ \ \
| * | | Fix AM::Serializers::JSON#as_json method for timestampsBogdan Gusiev2017-12-211-0/+4
| | |/ | |/|
* | | Turn on performance based copsDillon Welch2018-07-231-15/+1