aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type
Commit message (Expand)AuthorAgeFilesLines
* Respect scale of the column in the Decimal typeRafael Mendonça França2015-09-011-0/+5
* remove redundant parenthesiskaranarora2015-05-141-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-173-28/+28
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-172-17/+17
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Add a global type registry, used to lookup and register typesSean Griffin2015-02-151-0/+133
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-1/+1
* Move integer range validation to never raise on assignmentSean Griffin2015-01-232-15/+28
* Stop relying on columns in sqlite quoting testsSean Griffin2015-01-011-0/+6
* Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-232-0/+10
* Correctly handle Float -> BigDecimal with unspecified precisionSean Griffin2014-12-221-0/+5
* Remove unused lineRyuta Kamizono2014-12-171-1/+0
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+18
* Merge pull request #17807 from jvperrin/correct-integer-testRafael Mendonça França2014-11-271-1/+1
|\
| * Correct test description for large integer testJason Perrin2014-11-031-1/+1
* | Reintroduce cache with testsSean Griffin2014-11-191-0/+32
* | Add tests for `TypeMap#fetch` and push up to `TypeMap`Sean Griffin2014-11-191-0/+15
* | That last test was incorrect... ☕Sean Griffin2014-11-191-10/+0
* | Introduce test to demonstrate regression caused by da99a2a2Sean Griffin2014-11-191-0/+10
* | Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-2/+2
|/
* Use the correct values for int max and minSean Griffin2014-10-311-0/+106
* Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+5
* Fix decimal_test module and add new test for object responding to to_dMariano Valles2014-07-161-6/+15
* Fix case statement to use ::Numeric and ::StringMariano Valles2014-07-161-0/+24
* Detect in-place modifications on StringsSean Griffin2014-06-171-0/+36
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+130