aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/json.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove database specific JSON typesRyuta Kamizono2017-07-051-10/+0
* 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
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-1/+1
* JSON is still an adapter specific type.Sean Griffin2015-08-211-0/+10
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-35/+0
* Rm `Type#type_cast`Sean Griffin2015-02-171-2/+2
* `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
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-1/+1
* 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