aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Add `ActiveModel::Errors#of_kind?`bogdanvlviv2019-01-041-9/+30
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-213-5/+5
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-2/+2
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-2/+0
* Merge pull request #30973 from k0kubun/prefer-block-parameterRyuta Kamizono2018-12-201-10/+2
|\
| * Unify _read_attribute definition to use &blockTakashi Kokubun2018-12-201-10/+2
* | Prevent infinit method_missing loop on attribute methodsRyuta Kamizono2018-12-151-0/+1
* | Merge pull request #34693 from ahorek/matchRyuta Kamizono2018-12-131-3/+3
|\ \
| * | use match?pavel2018-12-121-3/+3
|/ /
* | Fix numericality equality validation on floatsGannon McGibbon2018-12-121-10/+22
* | Do not use deprecated Object#!~ in Ruby 2.6Rafael Mendonça França2018-11-261-1/+5
* | Add slice! method to ActiveModel::ErrorsDaniel Lopez Prat2018-11-211-0/+11
* | Re-add changes_applied docGannon McGibbon2018-11-161-1/+3
* | Merge pull request #34417 from r3trofitted/fix/added_options_checkRafael França2018-11-131-3/+3
|\ \
| * | Fix ignored options in the `#added?` methodRonan Limon Duparcmeur2018-11-131-3/+3
* | | Ensure casting by decimal attribute when queryingRyuta Kamizono2018-11-121-0/+4
|/ /
* | `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-211-3/+3
* | Improve model attribute accessor method names for backtracesDylan Thacker-Smith2018-10-122-22/+48
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-7/+7
* | Merge pull request #30676 from artofhuman/import-assert-attrs-error-messageRafael França2018-09-261-1/+1
|\ \
| * | Improve error message when assign wrong attributes to modelSemyon Pupkov2018-04-281-1/+1
* | | Merge pull request #33804 from yskkin/num_stringRyuta Kamizono2018-09-081-1/+1
|\ \ \
| * | | Fix non_numeric_string?Yoshiyuki Kinjo2018-09-071-1/+1
* | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...Rafael França2018-09-071-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | 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-3/+6
* | | | Faster time_value.rbschneems2018-08-291-1/+7
* | | | Fix numericality validator to still use value before type cast except Active ...Ryuta Kamizono2018-08-241-4/+11
* | | | Fix numericality validator not to be affected by custom getterRyuta Kamizono2018-08-131-0/+2
|/ / /
* | | Merge pull request #31503 from bogdan/timestamp-as-jsonEileen M. Uchitelle2018-08-111-9/+10
|\ \ \
| * | | Fix AM::Serializers::JSON#as_json method for timestampsBogdan Gusiev2017-12-211-9/+10
* | | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466)Bart2018-07-291-1/+17
* | | | 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-141-1/+1
* | | | has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-081-6/+6
* | | | Shorter code: remove unnecessary conditionclaudiob2018-07-051-1/+1
* | | | Merge pull request #26764 from choncou/improve_has_secure_passwordRafael Mendonça França2018-06-281-55/+48
|\ \ \ \
| * | | | Remove method for regenerating a token, and update `#authenticate`.Unathi Chonco2016-10-121-40/+16
| * | | | This addition will now allow configuring an attribute name for theUnathi Chonco2016-10-121-40/+57
* | | | | 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-112-2/+52
|\ \ \ \ \
| * | | | | Add global config for config.active_model.i18n_full_messageMartin Larochelle2018-06-052-1/+12
| * | | | | Allow to override the full_message error formatMartin Larochelle2018-05-221-2/+41
* | | | | | PERF: avoid allocating column names where possibleSam2018-06-061-1/+1
* | | | | | Ensure casting by boolean attribute when queryingRyuta Kamizono2018-05-291-0/+4