aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/active_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* use PostgreSQL's bulk_alter_table implementationYoshiyuki Kinjo2019-04-131-7/+17
* Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-241-9/+4
* Merge pull request #34742 from kamipo/row_format_dynamic_by_defaultRyuta Kamizono2018-12-211-7/+14
|\
| * MySQL: `ROW_FORMAT=DYNAMIC` create table option by defaultRyuta Kamizono2018-12-191-7/+14
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-17/+13
|/
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* Replace Mocha#stubs with assert_called_withutilum2018-07-221-6/+11
* Remove unnecessary Mocha stubsutilum2018-07-071-1/+0
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-151-1/+1
* Remove passing needless empty string `options` in `create_table`Ryuta Kamizono2017-12-201-3/+3
* Remove default ENGINE=InnoDB for Mysql2 adapterAlberto Almagro2017-12-111-3/+3
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-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
* Correct spellingBenjamin Fleischer2017-02-051-2/+2
* Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-0/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-5/+5
* modernizes hash syntax in activerecordXavier Noria2016-08-061-15/+15
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* Extract `add_sql_comment!` methodRyuta Kamizono2016-04-291-3/+3
* Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-201-1/+1
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+4
* Should test both mysql adaptersRyuta Kamizono2015-09-201-10/+8
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* More exercise the create index sql testsRyuta Kamizono2015-05-041-0/+37
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-1/+1
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-1/+1
* Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-031-5/+4
* No need to use begin/end blocksRafael Mendonça França2014-03-261-8/+8
* No need to gsub the stringRafael Mendonça França2014-03-261-1/+1
* Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-2/+4
* create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-251-0/+11
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Fix broken mysql testJon Leighton2013-05-031-16/+11
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-3/+8
* Checks :algorithm argument for valid valuesDan McClain2013-03-261-0/+4
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-8/+11
* Custom index type support with :using.doabit2013-03-241-0/+12
* Removed unnecessary blockAnupam Choudhury2013-03-221-2/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+125