aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/type/type_map_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-142/+0
* Add test case for clear mappingsAkshay Vishnoi2014-05-281-0/+10
* Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-0/+17
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+13
* Remove :timestamp column typeSean Griffin2014-05-191-2/+2
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+102