aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/decimal.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
| | | | Only `Date` and `Time` are handled.
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+4
| | | | | | | This removes the case statement in `SchemaDumper` and gives every `Type` the possibility to control the SchemaDumper default value output. /cc @sgrif
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+25
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`