aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* let the sqlite task run without railsDamien Mathieu2013-08-071-1/+2
* Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-051-2/+0
* Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-051-1/+0
* Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...kennyj2013-06-051-1/+0
* 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
* Extract Oracle database tasks.kennyj2013-04-031-5/+6
* Extract Sqlserver database tasks.kennyj2013-04-031-1/+3
* Extract Firebird database tasks.kennyj2013-04-031-0/+1
* Raise a specific exception with a useful message if a rake task is requested ...Daniel Azuma2013-01-301-0/+4
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-0/+4
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+28
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* Merge pull request #6838 from kennyj/added_registration_taskCarlos Antonio da Silva2012-07-071-7/+11
|\
| * Added a feature to add a database task. e.g. OracleDatabaseTaskskennyj2012-06-241-7/+11
* | Extract collation tasks to database tasks.kennyj2012-07-011-0/+9
|/
* Refactor db:structure:load task.kennyj2012-06-211-0/+6
* Refactor db:structure:dump task.kennyj2012-06-201-0/+6
* Refactor db:charset taskSimon Jefford2012-06-191-0/+9
* Make DatabaseTasks a module with real private methodsCarlos Antonio da Silva2012-06-181-13/+14
* add :nodoc: to AR::Tasks and update to follow the coding conventionsFrancesco Rodriguez2012-06-181-66/+71
* Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-171-12/+18
* Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-171-3/+3
* One line db:create/db:drop tasks.Pat Allan2012-06-171-0/+46
* db:drop and some of db:test:purge.Pat Allan2012-06-171-2/+13
* db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-1/+1
* db:create for MySQL now much cleaner.Pat Allan2012-06-171-7/+12
* A beginning of sorts.Pat Allan2012-06-171-0/+14