aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Move integer range validation to never raise on assignmentSean Griffin2015-01-231-5/+9
* DRY default limit in ActiveRecord::Type::IntegerHenrik Nyh2015-01-151-2/+6
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-1/+5
* Fix out of range error messageRyuta Kamizono2014-11-251-1/+1
* Speed up integer casting from DBSean Griffin2014-11-181-0/+5
* Revert "[PERF] Speed up integer type casting from DB"Godfrey Chan2014-11-171-4/+1
* :nail_care: Put escape clause first, keeps @sgrif happy :grin:Godfrey Chan2014-11-171-1/+2
* [PERF] Speed up integer type casting from DBGodfrey Chan2014-11-171-1/+3
* 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