aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/point.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* `Mutable` helper is in `ActiveModel`Ryuta Kamizono2018-11-271-1/+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
* Remove deprecated handling of PG PointsSean Griffin2016-08-311-4/+24
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-3/+3
* Rm `Type#type_cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Use the type object when sending point columns to the DBSean Griffin2014-06-291-1/+7
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Detect in-place changes on point typesSean Griffin2014-06-171-2/+15
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-1/+5
* Inline type cast method for PG pointsSean Griffin2014-05-231-1/+4
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+17