aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Re-add changes_applied docGannon McGibbon2018-11-161-1/+3
* | | Merge pull request #34417 from r3trofitted/fix/added_options_checkRafael França2018-11-132-3/+13
|\ \ \
| * | | Fix ignored options in the `#added?` methodRonan Limon Duparcmeur2018-11-132-3/+13
* | | | Ensure casting by decimal attribute when queryingRyuta Kamizono2018-11-121-0/+4
|/ / /
* | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | | `update_columns` raises if the column is unknownSean Griffin2018-10-301-0/+1
* | | Fix grammar in changed? docs [ci skip]Alberto Almagro2018-10-281-1/+1
* | | Add new exception message to datetime from hash castwilddima2018-10-212-3/+14
* | | Improve model attribute accessor method names for backtracesDylan Thacker-Smith2018-10-122-22/+48
* | | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | | 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-297-8/+8
* | | Merge pull request #30676 from artofhuman/import-assert-attrs-error-messageRafael França2018-09-262-2/+4
|\ \ \
| * | | Improve error message when assign wrong attributes to modelSemyon Pupkov2018-04-282-2/+4
* | | | 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-084-4/+14
|\ \ \ \
| * | | | Fix non_numeric_string?Yoshiyuki Kinjo2018-09-074-4/+14
* | | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...Rafael França2018-09-072-3/+63
|\ \ \ \ \
| * | | | | Call human_attribute_name with a string instead of a symboleMartin Larochelle2018-08-162-2/+2
| * | | | | `ActiveModel.full_message` interaction with `index_errors`Martin Larochelle2018-08-142-3/+63
* | | | | | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-12/+13
| |/ / / / |/| | | |
* | | | | Faster time_value.rbschneems2018-08-291-1/+7
* | | | | Fix numericality validator to still use value before type cast except Active ...Ryuta Kamizono2018-08-244-4/+41
* | | | | Fix numericality validator not to be affected by custom getterRyuta Kamizono2018-08-131-0/+2
|/ / / /
* | | | Add changelog entry for #31503 [ci skip]bogdanvlviv2018-08-121-0/+16
* | | | Fix test failurebogdanvlviv2018-08-111-1/+1
* | | | Merge pull request #31503 from bogdan/timestamp-as-jsonEileen M. Uchitelle2018-08-112-9/+14
|\ \ \ \
| * | | | Fix AM::Serializers::JSON#as_json method for timestampsBogdan Gusiev2017-12-212-9/+14
| | |_|/ | |/| |
* | | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466)Bart2018-07-291-1/+17
* | | | Turn on performance based copsDillon Welch2018-07-231-15/+1
* | | | Merge pull request #30919 from seanlinsley/17622-before_save_strict_argumentsRyuta Kamizono2018-07-231-7/+9
|\ \ \ \
| * | | | add strict argument checking to ActiveRecord callbacksSean Linsley2018-07-221-7/+9
|/ / / /
* | | | Ensure attribute is a symbol in the added? methodJeremy Baker2018-07-142-1/+7
* | | | has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-084-15/+15
* | | | Improve `SecurePasswordTest#test_authenticate`bogdanvlviv2018-07-061-4/+7
* | | | Shorter code: remove unnecessary conditionclaudiob2018-07-051-1/+1
* | | | Fix Ruby warnings tickled by the test suiteutilum2018-06-301-1/+2
* | | | Merge pull request #26764 from choncou/improve_has_secure_passwordRafael Mendonça França2018-06-284-56/+72
|\ \ \ \
| * | | | Remove method for regenerating a token, and update `#authenticate`.Unathi Chonco2016-10-123-61/+25
| * | | | This addition will now allow configuring an attribute name for theUnathi Chonco2016-10-124-41/+93
* | | | | Add changelog for #32956 [ci skip]bogdanvlviv2018-06-121-0/+6
* | | | | Fix active_model/errors docs [ci skip]bogdanvlviv2018-06-121-1/+1
* | | | | Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_messageRafael França2018-06-114-2/+131
|\ \ \ \ \
| * | | | | Add global config for config.active_model.i18n_full_messageMartin Larochelle2018-06-054-1/+55
| * | | | | Allow to override the full_message error formatMartin Larochelle2018-05-222-2/+77
* | | | | | PERF: avoid allocating column names where possibleSam2018-06-061-1/+1