aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/databases.rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* SQLite: the clone_structure_to_test Rake task should always use the test envi...Jeremy Kemper2005-11-131-1/+1
* Make sure that legacy db tasks also reference :database for SQLite (closes #2...David Heinemeier Hansson2005-11-111-3/+6
* If specified, pass PostgreSQL client character encoding to createdb. Closes ...Jeremy Kemper2005-11-021-1/+2
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-3/+3
* The PostgreSQL :db_structure_dump task limits its dump to the schema search p...Jeremy Kemper2005-10-291-1/+3
* Only dump schema if schema_format is :rubyDavid Heinemeier Hansson2005-10-141-1/+1
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-26/+42
* Use the correct scope for Rake tasksDavid Heinemeier Hansson2005-10-121-1/+1
* Migrating should also dump the latest schemaDavid Heinemeier Hansson2005-10-121-0/+1
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-231-1/+15
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Sessions with an sDavid Heinemeier Hansson2005-09-121-3/+3
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-121-3/+27
* Added dump of schema version to the db_structure_dump task for databases that...David Heinemeier Hansson2005-09-121-0/+4
* Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]David Heinemeier Hansson2005-09-111-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+93