aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/extension_migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure to reset actually used `@connection.schema_migration`'s table nameRyuta Kamizono2019-06-151-4/+4
* Move SchemaMigration to migration_contexteileencodes2019-06-141-2/+2
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-5/+8
* `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-4/+0
* 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
* tabenai (typo)Akira Matsuda2016-02-011-6/+6
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-2/+2
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+59