aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/money_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-0/+4
* Fix test case for money schema defaultRyuta Kamizono2018-11-121-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-5/+5
* Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-281-1/+4
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-3/+3
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-5/+5
|/
* 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