aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/infinity_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-10/+8
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-231-0/+39
* 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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add assertion messagesAkira Matsuda2017-01-251-1/+1
* assert_send is going to be deprecated since minitest 5.10.0Akira Matsuda2017-01-181-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* Update test case for TZ aware attributesSean Griffin2014-12-081-4/+14
* Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-0/+6
* Do not rely on the column type when quoting infinitySean Griffin2014-07-031-0/+44