aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type.rb
Commit message (Expand)AuthorAgeFilesLines
* 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