aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/databases.rake
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...Jeremy Kemper2008-04-011-18/+26
* Fixed charset/collation for rake db:create (closes #11331) [matt]David Heinemeier Hansson2008-03-311-2/+2
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-0/+3
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-2/+15
* Fix database rake tasks to work with charset/collation and show proper error ...Pratik Naik2008-03-101-3/+8
* Clear active connections before trying to drop the database. Allows db:drop ...Michael Koziarski2008-02-151-0/+1
* Refactor check for local databases (closes #10539) [parcelbrat]David Heinemeier Hansson2008-01-031-11/+12
* db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...Jeremy Kemper2008-01-021-3/+1
* SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...Jeremy Kemper2008-01-021-1/+1
* Fixed that local database creation should consider 127.0.0.1 local (closes #9...David Heinemeier Hansson2007-12-141-1/+1
* Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...David Heinemeier Hansson2007-12-141-0/+3
* Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]David Heinemeier Hansson2007-12-141-0/+5
* Don't check for pending migrations if Active Record isn't loadedJeremy Kemper2007-12-091-7/+9
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-1/+14
* Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...David Heinemeier Hansson2007-12-011-0/+22
* Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]David Heinemeier Hansson2007-11-091-2/+2
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-261-0/+7
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-021-31/+50
* Follow our own conventions (closes #6506) [packagethief]David Heinemeier Hansson2007-09-231-1/+1
* Revert [7574]. Closes #7521.Jeremy Kemper2007-09-231-5/+0
* Added rake db:version to get the current schema version from the command line...David Heinemeier Hansson2007-09-221-0/+5
* Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]David Heinemeier Hansson2007-09-221-1/+2
* Added db:drop:all to drop all databases declared in config/database.yml [DHH]David Heinemeier Hansson2007-09-151-11/+22
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* db:create creates the database for the current environment if it's on localho...Jeremy Kemper2007-06-281-91/+107
* Added db:version to get the current schema number [via Tim Bray]David Heinemeier Hansson2007-06-251-3/+8
* Docfix (closes #8480)David Heinemeier Hansson2007-06-231-5/+5
* Skip databases that couldn't be created.Jeremy Kemper2007-05-301-3/+7
* SQLite: db:create and dropJeremy Kemper2007-05-261-1/+5
* Add db:create, drop, reset, charset, and collation tasks. Closes #8448.Jeremy Kemper2007-05-261-0/+64
* PostgreSQL: db:test:purge closes open database connections first. Closes #6236.Jeremy Kemper2006-10-091-0/+2
* Firebird database tasks.Jeremy Kemper2006-07-091-0/+20
* db:test:clone should remove existing tables before reloading the schema. Clos...Jeremy Kemper2006-07-051-5/+5
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-281-11/+13
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-221-1/+3
* Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...Marcel Molina2006-05-211-3/+3
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-051-0/+1
* Update descriptionDavid Heinemeier Hansson2006-03-281-1/+1
* Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]Michael Koziarski2006-03-281-10/+10
* Clearing doesnt need migrationsDavid Heinemeier Hansson2006-03-201-2/+1
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-201-15/+6
* Silence the migration messages when importing the schema for testsJamis Buck2006-03-051-0/+1
* Load, not dump, schema to testDavid Heinemeier Hansson2006-02-271-1/+1
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-271-141/+148
* Ignore version mismatch between pg_dump and the database server. Closes #3457.Marcel Molina2006-01-131-1/+1
* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...Marcel Molina2005-12-181-3/+7
* Make load_fixtures include csv fixtures. Closes #3053.Marcel Molina2005-11-281-1/+1
* Make the db_schema_dump task honor the SCHEMA environment variable if present...Marcel Molina2005-11-211-1/+1
* PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...Jeremy Kemper2005-11-201-1/+1
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...Jeremy Kemper2005-11-131-1/+1