aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/float.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-2/+0
* 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
* Merge pull request #24571 from raimo/patch-1Sean Griffin2016-10-041-0/+9
|\
| * Print the proper ::Float::INFINITY value when used as a default valueRaimo Tuisku2016-05-231-0/+9
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+8
|/
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+25