aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+1
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+1
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-0/+1
* Allow YAML serialization when using TZ aware attributesSean Griffin2014-09-171-0/+1
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-0/+1
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-0/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+18