aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-182-5/+5
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1328-31/+0
* Don't round off subseconds unless necessaryRyuta Kamizono2019-05-281-3/+10
* Merge pull request #36092 from imechemi/update-docGannon McGibbon2019-05-131-0/+7
|\
| * Improve doc for :root option in as_json() [ci skip]Tenzin Chemi2019-05-131-0/+7
* | Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c.Guo Xiang Tan2019-05-031-0/+5
* | any? should be delegated to the errors listAaron Patterson2019-04-301-1/+1
|/
* Change the deprecation for Enumerating ActiveModel::Errors to Rails 6.1 inste...Abhay Nikam2019-04-251-5/+5
* Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-244-118/+355
|\
| * Set default array to detailslulalala2019-03-311-1/+9
| * Fix messages[]= does not override valuelulalala2019-03-311-0/+1
| * Freeze DeprecationHandling array and hashlulalala2019-03-311-13/+20
| * Fix equality comparison raising error buglulalala2019-03-311-1/+1
| * Fix speclulalala2019-03-311-1/+1
| * Split messages and to_hashlulalala2019-03-311-18/+21
| * Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-311-4/+46
| * Add deprecation to slice!lulalala2019-03-311-0/+2
| * Nested attribute error's attribute name to use different key:lulalala2019-03-311-1/+1
| * String override options in #import to convert to symbollulalala2019-03-311-0/+5
| * Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...lulalala2019-03-312-1/+16
| * Add messages_forlulalala2019-03-311-1/+7
| * Add a transitional method `objects`, for accessing the array directly.lulalala2019-03-311-0/+1
| * Backward compatibility for errors.collect/select etc.lulalala2019-03-311-2/+2
| * Add convenience method group_by_attributelulalala2019-03-311-20/+9
| * Change errorslulalala2019-03-312-109/+190
| * Add ActiveModel::Error and NestedErrorlulalala2019-03-313-16/+93
* | 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