aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/databases.rake
Commit message (Expand)AuthorAgeFilesLines
* 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