aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/change_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* 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
* 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
* Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-0/+7
* ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961Aaron Patterson2014-12-011-0/+5
* oops, forgot to add the real assertion!Aaron Patterson2014-11-241-0/+1
* allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-0/+25