aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/type_map_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reintroduce cache with testsSean Griffin2014-11-191-0/+32
|
* Add tests for `TypeMap#fetch` and push up to `TypeMap`Sean Griffin2014-11-191-0/+15
| | | | | | | It doesn't make sense for the subclass to implement this method, and not have it on the parent. We can also DRY up the implementation of `#lookup` to be defined in terms of fetch, which will give us a single point of entry
* That last test was incorrect... ☕Sean Griffin2014-11-191-10/+0
|
* Introduce test to demonstrate regression caused by da99a2a2Sean Griffin2014-11-191-0/+10
|
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+130
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`