aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/type_metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate various Active Record schema cache structuresJean Boussier2019-06-031-0/+8
* Refactor around sql_type metadata and columnRyuta Kamizono2019-04-121-28/+23
* Improve == and hash methods on various schema cache structs to be allocation ...Jean Boussier2019-04-091-8/+9
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* `SqlTypeMetadata` is :nodoc: class [ci skip]Ryuta Kamizono2018-05-211-0/+1
* 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
* Suppress deprecation warning `implementing to_yaml is deprecated`Fumiaki MATSUSHIMA2017-02-151-0/+2
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* rm `Column#cast_type`Sean Griffin2015-02-031-0/+35