aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-150/+3
* 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-222-0/+58
|/
* Ensure acceptance validator is not applied more than once to PersonChris Salzberg2019-04-141-46/+52
* Ensure multiple anonymous modules are not included into Topic in testsChris Salzberg2019-04-141-18/+32
* 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-122-3/+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-053-36/+59
* 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
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | Tweaks CHANGELOGs and docs [ci skip]Ryuta Kamizono2019-03-311-2/+2
* | Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-303-1/+30
|\ \
| * | Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-303-1/+30
| |/
* | 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-295-24/+24
|/
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-7/+13
|\
| * Prep releaseeileencodes2019-03-112-1/+6
* | Edit a changelog entry [ci skip]Sharang Dashputre2019-03-121-4/+3
* | Merge pull request #35424 from Korri/validation-rules-locale-fallbackRafael França2019-03-112-9/+38
|\ \
| * | Update Changelog with new locale fallback behavior on validationHugo Vacher2019-03-111-0/+24
| * | Fall back to parent locale before it falls back to the :errors namespaceHugo Vacher2019-03-041-9/+14
| |/
* | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...Kasper Timm Hansen2019-03-091-0/+2
|\ \
| * | Added missing guide links in README documentation and minor wording fix [ci s...ashishprajapati2019-03-101-0/+2
* | | Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-1/+1
* | | Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-091-1/+1
|/ /
* / Replace “can not” with “cannot”.Samantha John2019-03-061-1/+1
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-252-1/+3
* activemodel typo fix.alkesh262019-02-251-3/+3
* Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...Ryuta Kamizono2019-02-213-8/+17
|\
| * Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-203-8/+17
* | Revert "Speed up integer casting from DB"Ryuta Kamizono2019-02-212-6/+1
|/
* 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-183-2/+30
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-173-2/+40
* | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-188-21/+14
* | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-187-13/+27
* | Add edge test cases for integer and string typesRyuta Kamizono2019-02-172-0/+15
* | activemodel typo fixes.alkesh262019-01-312-2/+2
* | Add missing require for `Float#to_d`yuuji.yaginuma2019-01-261-0/+2
* | Fix NumericalityValidator on object responding to `to_f`:Edouard CHIN2019-01-222-8/+16
* | Fix year value when casting a multiparameter time hashAndrew White2019-01-213-1/+30
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* | Require hash/keys inside active_model/callbacksRafael Mendonça França2019-01-161-0/+1
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3