aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-8/+0
* Exit with non-zero status when db:drop failsJay Hayes2015-10-201-1/+2
* Exit with non-zero status when db:create failsJay Hayes2015-10-201-1/+2
* Fix test of drop failureJay Hayes2015-10-201-1/+5
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* fix RDoc list markup in `DatabaseTasks`. [ci skip]Yves Senn2015-10-141-7/+7
* Remove deprecated pg_dump -i flagPaul Sadauskas2015-10-101-1/+1
* Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-9/+18
|\
| * Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-181-9/+19
|/
* Merge pull request #20848 from deivid-rodriguez/fix_undefined_method_error_on...Arthur Nogueira Neves2015-09-141-1/+1
|\
| * Fix undefined method error on exceptionDavid Rodríguez2015-07-111-1/+1
* | Remove dead codeRafael Mendonça França2015-09-091-6/+0
* | Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-1/+1
* | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-8/+20
|\ \ | |/ |/|
| * Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-012-11/+25
|/
* Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-221-0/+1
* Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-9/+15
* Avoid loading user's psqlrc when loading test structureJason Weathered2015-03-251-1/+1
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-1/+9
* Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-031-1/+1
* Fix syntax warningSean Griffin2014-12-231-1/+1
* Replace deprecated `#load_schema` with `#load_schema_for`.Yves Senn2014-12-231-22/+19
* `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-2/+0
* activerecord: rake db:create shows underlying error message.Paul Annesley2014-11-041-0/+1
* Don't attempt to load the schema file in tests if none existsSean Griffin2014-10-311-2/+17
* let's warn with heredocsXavier Noria2014-10-281-3/+6
* schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+2
* Forgot to set Migration.verbose at f8d9a51949d6f6cfcab7cc7d501e137836eb88dc :...Akira Matsuda2014-08-301-1/+1
* Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose valueAkira Matsuda2014-08-301-1/+3
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-4/+4
* Using delegated connection methodJoshua Delsman2014-08-081-1/+1
* schema rake tasks are specific about the configuration to act on.Yves Senn2014-08-061-3/+20
* Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-062-1/+7
* Add ActiveRecord::Tasks::DatabaseTasks.migrateJack Danger Canty2014-07-311-0/+10
* Merge pull request #16295 from kenn/no_stacktrace_drop_taskRafael Mendonça França2014-07-281-0/+2
|\
| * No verbose backtrace by db:drop when database does not exist.Kenn Ejima2014-07-271-0/+2
|/
* fix, mysql `db:purge` respects `Rails.env`.Yves Senn2014-07-241-1/+1
* Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-022-7/+1
* Get rid of duplication in db:fixtures:{identify,load}Viktar Basharymau2014-06-271-1/+5
* add `bin/rake db:purge` task to empty the current database.Yves Senn2014-06-171-0/+12
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-1/+1
* Specifically talking about Rake the library [ci skip]Zachary Scott2014-06-131-2/+1
* Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-122-1/+7
* use YAML.load_file in database tasks exampleRobin Tweedie2014-04-151-1/+1
* create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-081-1/+2
* Automatically maintain test database schemaJon Leighton2014-01-021-3/+41
* Cast env to symbol, fixes deprecation warningŁukasz Strzałkowski2013-12-251-1/+1
* Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-18/+1
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-191-3/+0
* Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-151-0/+3
|\