aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/hstore.rb
Commit message (Expand)AuthorAgeFilesLines
* `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
* Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-031-0/+8
* Support AC::Parameters for PG HStoreJon Moss2016-11-151-0/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-3/+3
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Use the type object for type casting HStore columnsSean Griffin2014-07-031-2/+34
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-4/+2
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-5/+5
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-1/+5
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-6/+0
* pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-281-1/+7
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+25