aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/adapter_specific_registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Partly revert 1e526788e6b1d3f42f4d8fdca20e588d42838c80bogdanvlviv2018-02-171-1/+3
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-11/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* 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