aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-0/+2
|\
| * 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
* | Insert environment value to `InternalMetadata` after recreating the tableyuuji.yaginuma2017-06-091-0/+4
|/
* Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-2/+2
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-2/+2
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-2/+2
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-5/+0
* [close #23009] Limit key lengthschneems2016-01-211-7/+29
* make it possible to run AR tests with bin/testYves Senn2015-06-111-43/+38
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-2/+2
* Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-4/+12
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* use foreign key DSL in our tests.Yves Senn2014-07-161-2/+2
* `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-6/+19
* sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...Xavier Noria2013-03-171-0/+26