aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/internal
Commit message (Expand)AuthorAgeFilesLines
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-37/+0
* Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...Ryuta Kamizono2017-05-301-0/+4
* Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"Sean Griffin2016-10-231-2/+2
* Made ActiveRecord consistently use ActiveRecord::Type (notIain Beeston2016-10-031-2/+2
* Serialize JSON attribute value nil as SQL NULL, not JSON 'null'Trung Duc Tran2016-09-231-1/+5
* Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-5/+1
* Various stylistic nitpicksSean Griffin2015-09-211-1/+1
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-212-2/+17
* JSON is still an adapter specific type.Sean Griffin2015-08-211-0/+33