aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-231-1/+1
* Always assume strings with non-numeric characters change numeric typesSean Griffin2014-06-241-3/+3
* Further simplify `changed?` conditional for numeric typesSean Griffin2014-06-191-12/+6
* Do not type cast twice on attribute assignmentSean Griffin2014-06-071-3/+3
* Don't mess with `_before_type_cast` for numeric typesSean Griffin2014-06-061-7/+8
* Refactor determination of whether the field has changedSean Griffin2014-06-031-0/+23
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+18