Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/lib/tasks/databases.rake


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9183 [9183] 04/01/08 05:01:33 bitsweat PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045
(edit) @9170 [9170] 03/31/08 21:16:17 david Fixed charset/collation for rake db:create (closes #11331) [matt]
(edit) @9126 [9126] 03/28/08 22:14:04 david Fix new migration versions
(edit) @9122 [9122] 03/28/08 21:21:01 david Switched to UTC-timebased version numbers for migrations and the schema. …
(edit) @9004 [9004] 03/10/08 11:42:01 pratik Fix database rake tasks to work with charset/collation and show proper …
(edit) @8876 [8876] 02/15/08 23:16:01 nzkoz Clear active connections before trying to drop the database. Allows …
(edit) @8535 [8535] 01/03/08 00:35:23 david Refactor check for local databases (closes #10539) [parcelbrat]
(edit) @8522 [8522] 01/02/08 09:03:56 bitsweat db:sessions:clear task uses session_table_name method. Closes #10631
(edit) @8519 [8519] 01/02/08 08:28:58 bitsweat SQLite: db:drop:all doesn't fail silently if the database is already open. …
(edit) @8388 [8388] 12/14/07 22:32:54 david Fixed that local database creation should consider 127.0.0.1 local (closes …
(edit) @8383 [8383] 12/14/07 17:51:02 david Added db:migrate:redo and db:migrate:reset for rerunning existing …
(edit) @8382 [8382] 12/14/07 17:47:56 david Added db:migrate:redo for rerunning existing migrations (closes #10431) …
(edit) @8338 [8338] 12/09/07 04:18:28 bitsweat Don't check for pending migrations if Active Record isn't loaded
(edit) @8324 [8324] 12/06/07 18:57:19 bitsweat The test task stops with a warning if you have pending migrations. Closes …
(edit) @8248 [8248] 12/01/07 20:53:15 david Added db:fixtures:identity as a way of locating what ID a foxy fixture was …
(edit) @8123 [8123] 11/09/07 21:58:24 david Fixed that db:reset would use migrations instead of loading db/schema.rb …
(edit) @8039 [8039] 10/26/07 21:11:07 david Added db:rollback to rollback the schema one version (or multiple as …
(edit) @7718 [7718] 10/02/07 03:20:52 bitsweat db:create works with remote databases whereas db:create:all only …
(edit) @7603 [7603] 09/23/07 22:16:09 david Follow our own conventions (closes #6506) [packagethief]
(edit) @7594 [7594] 09/23/07 11:31:37 bitsweat Revert [7574]. Closes #7521.
(edit) @7574 [7574] 09/22/07 22:12:10 david Added rake db:version to get the current schema version from the command …
(edit) @7566 [7566] 09/22/07 18:28:53 david Added VERBOSE option to rake db:migrate to turn off output #8204
(edit) @7489 [7489] 09/15/07 22:56:07 david Added db:drop:all to drop all databases declared in config/database.yml …
(edit) @7398 [7398] 09/02/07 23:52:24 nzkoz Fix task description for db:sessions:create. Closes #9419 [topfunky]
(edit) @7147 [7147] 06/28/07 18:23:41 bitsweat db:create creates the database for the current environment if it's on …
(edit) @7110 [7110] 06/25/07 15:15:20 david Added db:version to get the current schema number [via Tim Bray]
(edit) @7104 [7104] 06/23/07 17:36:52 david Docfix (closes #8480)
(edit) @6900 [6900] 05/30/07 05:39:49 bitsweat Skip databases that couldn't be created.
(edit) @6853 [6853] 05/26/07 00:39:18 bitsweat SQLite: db:create and drop
(edit) @6849 [6849] 05/26/07 00:24:58 bitsweat Add db:create, drop, reset, charset, and collation tasks. Closes #8448.
(edit) @5269 [5269] 10/09/06 06:34:57 bitsweat PostgreSQL: db:test:purge closes open database connections first. Closes …
(edit) @4597 [4597] 07/09/06 00:36:49 bitsweat Firebird database tasks.
(edit) @4557 [4557] 07/05/06 18:35:06 bitsweat db:test:clone should remove existing tables before reloading the schema. …
(edit) @4505 [4505] 06/28/06 23:51:50 bitsweat Don't assume Active Record is available. Closes #5497.
(edit) @4360 [4360] 05/22/06 21:09:47 bitsweat Session migration generator obeys pluralize_table_names. Closes #5145.
(edit) @4356 [4356] 05/21/06 20:17:22 marcel Add modifications to database rake tasks as part of #5139. …
(edit) @4166 [4166] 04/05/06 03:15:50 david Fixed that rake clone_structure_to_test should quit on pgsql if the dump …
(edit) @4074 [4074] 03/28/06 01:11:09 david Update description
(edit) @4073 [4073] 03/28/06 00:59:55 nzkoz Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]
(edit) @3996 [3996] 03/20/06 05:49:19 david Clearing doesnt need migrations
(edit) @3995 [3995] 03/20/06 05:45:22 rick Replaced old session rake tasks with db:sessions:create to generate a …
(edit) @3781 [3781] 03/05/06 20:11:08 minam Silence the migration messages when importing the schema for tests
(edit) @3686 [3686] 02/27/06 06:03:50 david Load, not dump, schema to test
(edit) @3680 [3680] 02/27/06 04:38:39 david Added namespaces to all tasks, so for example load_fixtures is now …
(edit) @3400 [3400] 01/13/06 01:29:28 marcel Ignore version mismatch between pg_dump and the database server. Closes …
(edit) @3317 [3317] 12/18/05 20:20:49 marcel Honor ActiveRecord::Base.pluralize_table_names when creating and …
(edit) @3196 [3196] 11/28/05 23:34:09 marcel Make load_fixtures include csv fixtures. Closes #3053.
(edit) @3136 [3136] 11/21/05 08:01:41 marcel Make the db_schema_dump task honor the SCHEMA environment variable if …
(edit) @3110 [3110] 11/20/05 12:00:46 bitsweat PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify …
(edit) @2992 [2992] 11/13/05 02:50:42 bitsweat SQLite: the clone_structure_to_test and purge_test_database Rake tasks …
(edit) @2990 [2990] 11/13/05 01:12:48 bitsweat SQLite: the clone_structure_to_test Rake task should always use the test …
(edit) @2978 [2978] 11/11/05 09:50:42 david Make sure that legacy db tasks also reference :database for SQLite (closes …
(edit) @2843 [2843] 11/02/05 03:30:15 bitsweat If specified, pass PostgreSQL client character encoding to createdb. …
(edit) @2825 [2825] 10/30/05 08:10:04 david Changed :dbfile to :database for SQLite adapter for consistency (old key …
(edit) @2814 [2814] 10/29/05 17:07:49 bitsweat The PostgreSQL :db_structure_dump task limits its dump to the schema …
(edit) @2585 [2585] 10/14/05 16:10:02 david Only dump schema if schema_format is :ruby
(edit) @2549 [2549] 10/13/05 04:12:32 sam Support using different database adapters for development and test with …
(edit) @2536 [2536] 10/12/05 01:07:57 david Use the correct scope for Rake tasks
(edit) @2534 [2534] 10/12/05 00:02:11 david Migrating should also dump the latest schema
(edit) @2313 [2313] 09/23/05 13:45:32 minam Add db_schema_dump and db_schema_import rake tasks to work with the new …
(edit) @2222 [2222] 09/12/05 17:36:43 david Use session_id instead of deprecated sessid
(edit) @2221 [2221] 09/12/05 17:35:17 david Use session_id instead of deprecated sessid
(edit) @2220 [2220] 09/12/05 17:32:36 david Sessions with an s
(edit) @2219 [2219] 09/12/05 17:30:40 david Added create_session_table, drop_session_table, and purge_session_table as …
(edit) @2215 [2215] 09/12/05 05:33:18 david Added dump of schema version to the db_structure_dump task for databases …
(edit) @2198 [2198] 09/11/05 09:16:48 david Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]
(edit) @2122 [2122] 09/03/05 16:24:36 david Fix the spot looking for migrations
(edit) @2121 [2121] 09/03/05 16:22:28 david Fix the spot looking for migrations
(add) @2115 [2115] 09/03/05 15:13:06 david Moved all the shared tasks from Rakefile into Rails, so that the Rakefile …
Note: See TracRevisionLog for help on using the revision log.