aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-6/+8
|\
| * Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-181-3/+16
|/
* Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-1/+3
* Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-6/+6
* Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-221-4/+4
* Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-1/+10
* Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-251-2/+2
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-6/+39
* Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-031-0/+16
* schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+1
* Add ActiveRecord::Tasks::DatabaseTasks.migrateJack Danger Canty2014-07-311-0/+13
* tests, run adapter specific rake tests only for the right adapter.Yves Senn2014-07-243-0/+6
* build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6Yves Senn2014-07-241-2/+2
* Active Record tests still depend on `capture`. Let's keep it for now.Yves Senn2014-07-161-19/+0
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+19
* add `bin/rake db:purge` task to empty the current database.Yves Senn2014-06-171-0/+28
* fix typo in test method names. [ci skip]Yves Senn2014-06-171-4/+4
* create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-081-2/+24
* Fix failure introduced from #13488schneems2013-12-251-1/+1
* require the files we testAaron Patterson2013-11-251-0/+1
* Revert "Properly require database tasks so we have access to the raised const...Rafael Mendonça França2013-11-193-3/+0
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-193-18/+6
* Properly require database tasks so we have access to the raised constantCarlos Antonio da Silva2013-11-173-0/+3
* Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-153-6/+18
|\
| * Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-113-6/+18
* | Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-75/+74
* | More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
* | Fix loading a sql structure file on postgres when the file's path has whitesp...Kevin Mook2013-10-211-0/+7
* | Convert Fixnum into String the port number in MySQLKenta Okamoto2013-10-181-0/+9
|/
* Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-051-100/+0