aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated #load_schema_forRafael Mendonça França2016-12-291-8/+0
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-2/+12
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-25/+25
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-19/+19
* Add to_hash to specificationArthur Neves2016-05-251-1/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-1/+1
* s/specification_name/connection_specification_nameArthur Neves2016-05-061-1/+1
* s/specification_id/specification_nameArthur Neves2016-05-051-1/+1
* Retrive the right pool for db tasksArthur Neves2016-05-051-2/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+4
* Make 'migrate' clear the schema cache afterwardChris Arcand2016-03-241-0/+1
* Creates development and test databases in db:migrate taskRafael Mendonça França2016-03-141-2/+1
* reestablish previous connection after creating all databasesAaron Patterson2016-02-231-0/+4
* match the environment variable name that actually checking and error messageyuuji.yaginuma2016-01-091-1/+1
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+18
|\
| * Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
| * Use hash like syntax for InternalMetadataschneems2016-01-081-1/+1
| * Add EnvironmentMismatchErrorschneems2016-01-081-2/+11
| * Prevent destructive action on production databaseschneems2016-01-071-0/+9
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
|/
* 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
* 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 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
* 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
* 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
* 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-061-0/+2
* 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
|/
* Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-2/+0
* 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
* 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-121-0/+2
* use YAML.load_file in database tasks exampleRobin Tweedie2014-04-151-1/+1