aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typo [ci skip]Tom Copeland2017-12-121-1/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-0/+4
* [Active Model] require => require_relativeAkira Matsuda2017-10-211-16/+16
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* [Active Model] require => require_relativeAkira Matsuda2017-07-011-14/+14
* Remove non-exists method delegation and correct docjasl2017-03-111-9/+1
* Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodelSean Griffin2016-12-081-4/+0
|\
| * Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-4/+0
* | Corrected comments referring to ActiveModel::AttributesIain Beeston2016-10-031-1/+1
|/
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-17/+17
* use same name to type objectyuuji.yaginuma2016-03-091-1/+1
* Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+2
* Remove no-op options being passed in AM type registrationsSean Griffin2015-09-211-11/+11
* `TypeMap` and `HashLookupTypeMap` shouldn't be in Active ModelSean Griffin2015-09-211-2/+0
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+59