aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/string.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-4/+4
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-4/+0
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-1/+3
* Remove unneccessary special case for money in quotingSean Griffin2014-07-031-4/+4
* Detect in-place modifications on StringsSean Griffin2014-06-171-1/+16
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+27