aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract Firebird database tasks.kennyj2013-04-031-0/+93
* `rake db:create` does not change permissions of root user.Yves Senn2013-03-171-2/+18
* rake db:structure:dump warns when `mysqldump` is not in PATH.Yves Senn2013-03-061-1/+12
* Raise a specific exception with a useful message if a rake task is requested ...Daniel Azuma2013-01-301-0/+6
* Revert "Merge pull request #8942 from yahonda/tested_only_with_mysql"Carlos Antonio da Silva2013-01-151-4/+0
* Address test_create_when_database_exists_outputs_info_to_stderr failuresYasuo Honda2013-01-151-0/+4
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-123-7/+27
* Style: remove hash noiseJeremy Kemper2012-09-211-10/+10
* Correct default charset/collation for mysql dbsJeremy Kemper2012-09-211-9/+21
* Use configuration['encoding'], because database configuration use not charset...kennyj2012-09-121-2/+2
* Use native mysqldump command for 'rake db:structure:dump'.kennyj2012-09-121-15/+2
* Use the 'mysql' binary for 'rake db:structure:load'.Seamus Abshere2012-09-051-5/+2