aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/numeric.rb
Commit message (Collapse)AuthorAgeFilesLines
* Push precision to type objectsSean Griffin2014-05-221-4/+0
|
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-0/+4
|
* Delegate `type_cast_for_write` to injected type objectSean Griffin2014-05-201-0/+9
|
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+11