aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-3/+3
* Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace"Ryuta Kamizono2018-11-271-1/+0
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-12/+12
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-12/+12
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-1/+2
* Fix test breaking error uninitialized constant ActiveRecord::Type::Value.utilum2016-12-081-0/+1
* Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodelSean Griffin2016-12-081-4/+3
|\
| * Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-3/+3
* | 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
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-261-0/+4
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-10/+10
* chage `date_time` type ` to `datetime`yuuji.yaginuma2016-03-061-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* fix broken RDoc markup. Use `<tt>` instead of `+`. [ci skip]Yves Senn2015-10-141-4/+4
* We still need the `Helpers` constant in the `ActiveRecord` namespaceSean Griffin2015-09-211-0/+1
* Various stylistic nitpicksSean Griffin2015-09-211-40/+16
* `TypeMap` and `HashLookupTypeMap` shouldn't be in Active ModelSean Griffin2015-09-211-4/+3
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-19/+47
* JSON is still an adapter specific type.Sean Griffin2015-08-211-2/+2
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+2
* Add docs for the type registrySean Griffin2015-02-171-2/+13
* Register adapter specific types with the global type registrySean Griffin2015-02-151-3/+13
* Add a global type registry, used to lookup and register typesSean Griffin2015-02-151-0/+25
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-3/+0
* rm `ActiveRecord::Type::Decorator`Sean Griffin2015-02-071-1/+0
* 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