aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/adapter_specific_registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Describe what we are protectingAkira Matsuda2016-12-231-0/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-41/+41
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Simplify the implementation of Active Model's type registrySean Griffin2015-09-211-6/+11
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-28/+11
* Register adapter specific types with the global type registrySean Griffin2015-02-151-1/+4
* Add a global type registry, used to lookup and register typesSean Griffin2015-02-151-0/+139