aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/boolean.rb
Commit message (Expand)AuthorAgeFilesLines
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-21/+0
* Remove AR Properties from the public APISean Griffin2014-05-271-1/+1
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-1/+1
* Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+5
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-0/+6
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+11