aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/helpers/numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-201-2/+5
* Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-0/+4
* Fix non_numeric_string?Yoshiyuki Kinjo2018-09-071-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Change ActiveModel::Type::Helpers to :nodoc: [ci skip]MSP-Greg2016-12-161-2/+2
* apply case-in-assignment patternXavier Noria2016-09-021-6/+7
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+34