aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/json.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the type object for sending JSON to the databaseSean Griffin2014-06-291-2/+10
* 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