aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-111-0/+3
* | Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | Fix loading a sql structure file on postgres when the file's path has whitesp...Kevin Mook2013-10-211-1/+1
* | Convert Fixnum into String the port number in MySQLKenta Okamoto2013-10-181-1/+2
|/
* let the sqlite task run without railsDamien Mathieu2013-08-072-2/+3
* Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-052-58/+0
* Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-052-49/+0
* Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...kennyj2013-06-052-46/+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/+8
* Review DatabaseTasks docs [ci skip]Carlos Antonio da Silva2013-04-241-17/+17
* Use env == 'development' instead of env.development?Piotr Sarnacki2013-04-241-1/+1
* Don't require Rails.env in order to use AR::Tasks::DatabaseTasksPiotr Sarnacki2013-04-241-6/+7
* Add some documentation to ActiveRecord::Tasks::DatabaseTasksPiotr Sarnacki2013-04-241-1/+29
* Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rakePiotr Sarnacki2013-04-241-1/+2
* Don't require having Rails.application to run database tasksPiotr Sarnacki2013-04-241-0/+11
* Add deprecation message on Firebird / Sqlserver / Oracle database tasks.kennyj2013-04-033-0/+3
* Extract Oracle database tasks.kennyj2013-04-032-5/+50
* Extract Sqlserver database tasks.kennyj2013-04-032-1/+50
* Extract Firebird database tasks.kennyj2013-04-032-0/+56
* `rake db:create` does not change permissions of root user.Yves Senn2013-03-171-1/+3
* rake db:structure:dump warns when `mysqldump` is not in PATH.Yves Senn2013-03-061-1/+4
* Raise a specific exception with a useful message if a rake task is requested ...Daniel Azuma2013-01-301-0/+4
* Improve mysql database tasks handling to ensure we always rescue from an exce...Carlos Antonio da Silva2013-01-151-9/+13
* Fix AR tests due to Mysql constant not being definedCarlos Antonio da Silva2013-01-123-7/+5
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-124-13/+20
* Correct default charset/collation for mysql dbsJeremy Kemper2012-09-211-6/+9
* Use default charset/collation only if *neither* is specified. Otherwise we se...Jeremy Kemper2012-09-211-4/+7
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+28
* Use configuration['encoding'], because database configuration use not charset...kennyj2012-09-121-3/+3
* Use native mysqldump command for 'rake db:structure:dump'.kennyj2012-09-121-9/+19