aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* Delegate `klass` to the injected type objectSean Griffin2014-05-201-0/+4
* Merge pull request #15207 from sgrif/sg-inline-column-helpersRafael Mendonça França2014-05-201-1/+5
|\
| * Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+5
* | Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+2
|/
* 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