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
*
re-enable db:schema:dump so db:migrate:redo dumps the schema after migrating ...
Will Bryant
2009-02-06
1
-0
/
+1
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-1
/
+1
*
Merge with docrails
Pratik Naik
2008-12-07
1
-1
/
+1
*
establish mysql connection before dropping database
Aliaksey Kandratsenka
2008-12-01
1
-0
/
+1
*
Manually load the DB config rather than firing the whole initializer [Gerrit ...
Michael Koziarski
2008-12-01
1
-4
/
+9
*
Make sure recreate MySQL test database with the proper encoding and collation...
Luca Guidi
2008-10-03
1
-1
/
+1
*
make db:migrate:redo rake task accept an optional VERSION to target that spec...
Philip Hallstrom
2008-09-17
1
-2
/
+10
*
Fix for SQLite's db creation warnings [status:committed #614]
Antonio Cangiano
2008-09-09
1
-6
/
+18
*
Revert "Change all databases.rake adapter 'when' statements to use regexes."
Nick Sieger
2008-08-29
1
-18
/
+18
*
Change all databases.rake adapter 'when' statements to use regexes.
Nick
2008-08-29
1
-18
/
+18
*
rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH opt...
Matthew Rudy Jacobs
2008-08-09
1
-4
/
+5
*
Added db:charset support to PostgreSQL. [#556 state:resolved]
Sebastian A. Espindola
2008-07-14
1
-0
/
+3
*
Enable loading fixtures from arbitrary locations. [#586 state:resolved]
Jacek Becela
2008-07-14
1
-4
/
+7
*
Use full path in database tasks so commands will work outside of Rails root [...
Tapajós
2008-07-13
1
-10
/
+10
*
Rely on quieter db:test:load task
Jeremy Kemper
2008-06-17
1
-3
/
+5
*
Don't dump schema for every test run, just when migrations are run
Jeremy Kemper
2008-06-16
1
-3
/
+3
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Use 'public' schema path when connecting to 'postgres' database. [#170 state:...
Tarmo Tänav
2008-05-13
1
-2
/
+2
*
Use 'postgres' database instead of 'template1'
Tarmo Tänav
2008-05-13
1
-2
/
+2
*
PostgreSQL: update rake tasks to use full settings from database.yml
Pete Deffendol
2008-05-04
1
-8
/
+3
*
PostgreSQL: Connect to template1 database when creating or dropping db
Pete Deffendol
2008-05-04
1
-2
/
+2
*
PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...
Jeremy Kemper
2008-04-01
1
-18
/
+26
*
Fixed charset/collation for rake db:create (closes #11331) [matt]
David Heinemeier Hansson
2008-03-31
1
-2
/
+2
*
Fix new migration versions
David Heinemeier Hansson
2008-03-28
1
-0
/
+3
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-2
/
+15
*
Fix database rake tasks to work with charset/collation and show proper error ...
Pratik Naik
2008-03-10
1
-3
/
+8
*
Clear active connections before trying to drop the database. Allows db:drop ...
Michael Koziarski
2008-02-15
1
-0
/
+1
*
Refactor check for local databases (closes #10539) [parcelbrat]
David Heinemeier Hansson
2008-01-03
1
-11
/
+12
*
db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...
Jeremy Kemper
2008-01-02
1
-3
/
+1
*
SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
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
[next]