aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the correct values for int max and minSean Griffin2014-10-311-9/+13
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-1/+20
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+27