aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/type_map.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-261-5/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Various stylistic nitpicksSean Griffin2015-09-211-1/+1
* `TypeMap` and `HashLookupTypeMap` shouldn't be in Active ModelSean Griffin2015-09-211-0/+64
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-64/+0
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-3/+3
* Ensure the type map's cache is thread safeSean Griffin2014-11-241-3/+7
* Reintroduce cache with testsSean Griffin2014-11-191-10/+18
* Add tests for `TypeMap#fetch` and push up to `TypeMap`Sean Griffin2014-11-191-1/+5
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+48