aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/database_tasks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-73/+73
* We are erroring due to nested transaction failures from mysql on test_migrate...Vipul A M2016-05-061-0/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-0/+7
* 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-211-1/+0
|/
* Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-1/+3
* 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
* 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
* Abort a rake task when missing db/structure.sql like `db:schema:load` task.kennyj2013-05-011-0/+7
* Raise a specific exception with a useful message if a rake task is requested ...Daniel Azuma2013-01-301-0/+6
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-7/+7
* Merge pull request #6838 from kennyj/added_registration_taskCarlos Antonio da Silva2012-07-071-0/+16
|\
| * Added a feature to add a database task. e.g. OracleDatabaseTaskskennyj2012-06-241-0/+16
* | Extract collation tasks to database tasks.kennyj2012-07-011-0/+11
|/
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-241-0/+275