aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/money_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-231-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-4/+4
* rm `Type#number?`Sean Griffin2015-02-071-1/+0
* Fix test cases for money, bit and bit_varyingMelody2015-02-041-2/+2
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-7/+9
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* Add `force: true` to table created in testsSean Griffin2014-12-221-1/+1
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Remove unneccessary special case for money in quotingSean Griffin2014-07-031-0/+24
* Don't type cast the default on the columnSean Griffin2014-06-171-2/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-4/+4
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+2
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-4/+22
* pg test, extract network address type tests into separate file.Yves Senn2014-05-221-1/+1
* pg, extract money tests into separate file.Yves Senn2014-05-211-0/+54