aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-051-87/+0
* Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...kennyj2013-06-051-93/+0
* Mute psql output when running rake db:schema:loadGodfrey Chan2013-04-301-1/+1
* Abort a rake task when missing db/structure.sql like `db:schema:load` task.kennyj2013-05-011-0/+7
* Show deprecated messages only when target database adapters definedYasuo Honda2013-04-033-3/+3
* Fix tiny problem: change method order for consistency and fix wrong method name.kennyj2013-04-031-1/+1
* Suppress deprecation messages for deprecated database tasks, when executing r...kennyj2013-04-033-0/+21
* Extract Oracle database tasks.kennyj2013-04-031-0/+86
* Extract Sqlserver database tasks.kennyj2013-04-031-0/+80