aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* | Avoid redundant `attribute_alias?` before `attribute_alias`Ryuta Kamizono2019-04-241-10/+5
* | Merge pull request #36061 from shioyama/update_commentRafael França2019-04-231-2/+3
|\ \
| * | Update comment in attribute_method_matchers_matchingChris Salzberg2019-04-231-2/+3
* | | Add attribute_names to ActiveModel::AttributesDaniel Colson2019-04-221-0/+44
|/ /
* | Improve wording of commentsChris Salzberg2019-04-132-8/+8
* | Rename method_missing_target to targetChris Salzberg2019-04-131-10/+10
* | Remove unused method_name from AttributeMethodMatchChris Salzberg2019-04-121-2/+2
* | Rename "method" to "matcher" in map blockChris Salzberg2019-04-121-1/+1
* | PERF: 2x ~ 30x faster dirty trackingRyuta Kamizono2019-04-112-120/+116
* | Refactor `has_secure_password` to extract dedicated attribute moduleRyuta Kamizono2019-04-051-36/+38
* | Merge pull request #35700 from Futurelearn/seb-secure-password-fixRyuta Kamizono2019-04-051-26/+30
|\ \ | |/ |/|
| * Reintroduce support for overriding `has_secure_password` attributesSeb Jacobs2019-03-221-26/+30
* | Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-301-1/+10
|\ \
| * | Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-301-1/+10
| |/
* / Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-292-5/+5
|/
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+1
|\
| * Prep releaseeileencodes2019-03-111-1/+1
* | Fall back to parent locale before it falls back to the :errors namespaceHugo Vacher2019-03-041-9/+14
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...Ryuta Kamizono2019-02-212-8/+9
|\
| * Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-202-8/+9
* | Revert "Speed up integer casting from DB"Ryuta Kamizono2019-02-211-5/+0
|/
* Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-4/+0
* Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-181-1/+1
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-171-1/+13
* | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-188-21/+14
* | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-186-12/+23
* | activemodel typo fixes.alkesh262019-01-311-1/+1
* | Add missing require for `Float#to_d`yuuji.yaginuma2019-01-261-0/+2
* | Fix NumericalityValidator on object responding to `to_f`:Edouard CHIN2019-01-221-8/+3
* | Fix year value when casting a multiparameter time hashAndrew White2019-01-211-1/+1
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* | Require hash/keys inside active_model/callbacksRafael Mendonça França2019-01-161-0/+1
* | 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