index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
tasks
/
databases.rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that local database creation should consider 127.0.0.1 local (closes #9...
David Heinemeier Hansson
2007-12-14
1
-1
/
+1
*
Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...
David Heinemeier Hansson
2007-12-14
1
-0
/
+3
*
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]
David Heinemeier Hansson
2007-12-14
1
-0
/
+5
*
Don't check for pending migrations if Active Record isn't loaded
Jeremy Kemper
2007-12-09
1
-7
/
+9
*
The test task stops with a warning if you have pending migrations. Closes #10...
Jeremy Kemper
2007-12-06
1
-1
/
+14
*
Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...
David Heinemeier Hansson
2007-12-01
1
-0
/
+22
*
Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Added db:rollback to rollback the schema one version (or multiple as specifie...
David Heinemeier Hansson
2007-10-26
1
-0
/
+7
*
db:create works with remote databases whereas db:create:all only createsdatab...
Jeremy Kemper
2007-10-02
1
-31
/
+50
*
Follow our own conventions (closes #6506) [packagethief]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Revert [7574]. Closes #7521.
Jeremy Kemper
2007-09-23
1
-5
/
+0
*
Added rake db:version to get the current schema version from the command line...
David Heinemeier Hansson
2007-09-22
1
-0
/
+5
*
Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
1
-11
/
+22
*
Fix task description for db:sessions:create. Closes #9419 [topfunky]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
db:create creates the database for the current environment if it's on localho...
Jeremy Kemper
2007-06-28
1
-91
/
+107
*
Added db:version to get the current schema number [via Tim Bray]
David Heinemeier Hansson
2007-06-25
1
-3
/
+8
*
Docfix (closes #8480)
David Heinemeier Hansson
2007-06-23
1
-5
/
+5
*
Skip databases that couldn't be created.
Jeremy Kemper
2007-05-30
1
-3
/
+7
*
SQLite: db:create and drop
Jeremy Kemper
2007-05-26
1
-1
/
+5
*
Add db:create, drop, reset, charset, and collation tasks. Closes #8448.
Jeremy Kemper
2007-05-26
1
-0
/
+64
*
PostgreSQL: db:test:purge closes open database connections first. Closes #6236.
Jeremy Kemper
2006-10-09
1
-0
/
+2
*
Firebird database tasks.
Jeremy Kemper
2006-07-09
1
-0
/
+20
*
db:test:clone should remove existing tables before reloading the schema. Clos...
Jeremy Kemper
2006-07-05
1
-5
/
+5
*
Don't assume Active Record is available. Closes #5497.
Jeremy Kemper
2006-06-28
1
-11
/
+13
*
Session migration generator obeys pluralize_table_names. Closes #5145.
Jeremy Kemper
2006-05-22
1
-1
/
+3
*
Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...
Marcel Molina
2006-05-21
1
-3
/
+3
*
Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...
David Heinemeier Hansson
2006-04-05
1
-0
/
+1
*
Update description
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]
Michael Koziarski
2006-03-28
1
-10
/
+10
*
Clearing doesnt need migrations
David Heinemeier Hansson
2006-03-20
1
-2
/
+1
*
Replaced old session rake tasks with db:sessions:create to generate a migrati...
Rick Olson
2006-03-20
1
-15
/
+6
*
Silence the migration messages when importing the schema for tests
Jamis Buck
2006-03-05
1
-0
/
+1
*
Load, not dump, schema to test
David Heinemeier Hansson
2006-02-27
1
-1
/
+1
*
Added namespaces to all tasks, so for example load_fixtures is now db:fixture...
David Heinemeier Hansson
2006-02-27
1
-141
/
+148
*
Ignore version mismatch between pg_dump and the database server. Closes #3457.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...
Marcel Molina
2005-12-18
1
-3
/
+7
*
Make load_fixtures include csv fixtures. Closes #3053.
Marcel Molina
2005-11-28
1
-1
/
+1
*
Make the db_schema_dump task honor the SCHEMA environment variable if present...
Marcel Molina
2005-11-21
1
-1
/
+1
*
PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...
Jeremy Kemper
2005-11-20
1
-1
/
+1
*
SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
SQLite: the clone_structure_to_test Rake task should always use the test envi...
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
Make sure that legacy db tasks also reference :database for SQLite (closes #2...
David Heinemeier Hansson
2005-11-11
1
-3
/
+6
*
If specified, pass PostgreSQL client character encoding to createdb. Closes ...
Jeremy Kemper
2005-11-02
1
-1
/
+2
*
Changed :dbfile to :database for SQLite adapter for consistency (old key stil...
David Heinemeier Hansson
2005-10-30
1
-3
/
+3
*
The PostgreSQL :db_structure_dump task limits its dump to the schema search p...
Jeremy Kemper
2005-10-29
1
-1
/
+3
*
Only dump schema if schema_format is :ruby
David Heinemeier Hansson
2005-10-14
1
-1
/
+1
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
1
-26
/
+42
*
Use the correct scope for Rake tasks
David Heinemeier Hansson
2005-10-12
1
-1
/
+1
*
Migrating should also dump the latest schema
David Heinemeier Hansson
2005-10-12
1
-0
/
+1
[next]