aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/text.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-0/+9
| | | | ie. DecimalWithoutScale, Text and UnsignedInteger
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-11/+0
| | | | The first step of bringing typecasting to ActiveModel
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+11
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`