aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/cidr.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-241-0/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-3/+3
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* pg, inline casting methods into `OID::Type` objects.Yves Senn2014-06-021-1/+19
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+11
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+17