aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-091-74/+5
|\
| * Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-72/+3
| * Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-4/+4
* | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-4/+145
|/
* Unneeded Mocha stubs for Kernel#systemAkira Matsuda2017-09-251-2/+0
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-0/+35
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-194-0/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* pass `structure_dump_flags` / `structure_load_flags` options before any other:Edouard CHIN2017-06-211-2/+2
* Remove a duplicate test of mysql_rake_testKoichi ITO2017-05-261-7/+0
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-0/+20
* Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+16
* Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+8
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-1/+2
* Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_varsbogdanvlviv2017-04-261-1/+16
* Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* Fixes #28359Philippe Guay2017-03-261-0/+8
* Only remove comments before the first statementAri Pollak2017-02-241-3/+3
* Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-3/+16
* sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872Akira Matsuda2017-01-101-0/+2
* Remove duplicated testutilum2017-01-021-8/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* Merge pull request #27437 from kirs/structure-load-dump-flagsKasper Timm Hansen2016-12-293-4/+81
|\
| * Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-223-4/+81
* | assert_equal takes expectation firstAkira Matsuda2016-12-263-9/+9
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-17/+17
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-649/+649
* modernizes hash syntax in activerecordXavier Noria2016-08-064-14/+14
* applies new string literal convention in activerecord/testXavier Noria2016-08-064-200/+200
* Merge pull request #23301 from ppworks/improve_mysqldumpArthur Nogueira Neves2016-06-171-4/+4
|\
| * Skip comments when exec mysqldumpNaoto Koshikawa2016-01-281-4/+4
* | PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-2/+2
* | We are erroring due to nested transaction failures from mysql on test_migrate...Vipul A M2016-05-061-0/+2
* | Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...Jeremy Daer2016-04-183-0/+3
* | Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-174-10/+100
* | Make 'migrate' clear the schema cache afterwardChris Arcand2016-03-241-2/+13
* | Creates development and test databases in db:migrate taskRafael Mendonça França2016-03-141-6/+14
|/
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+28
|\
| * Use hash like syntax for InternalMetadataschneems2016-01-081-1/+1
| * Prevent destructive action on production databaseschneems2016-01-071-0/+28
* | Remove legacy mysql adapterRyuta Kamizono2015-12-212-76/+72
* | Remove legacy mysql adapterAbdelkader Boudih2015-12-171-12/+12
|/
* Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* Fix test_database_created_by_root of mysqlyui-knk2015-11-021-1/+1
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-13/+6
* Exit with non-zero status when db:create failsJay Hayes2015-10-202-2/+2
* Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flagYves Senn2015-10-121-4/+4