aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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