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
/
activerecord
/
test
/
cases
/
tasks
/
database_tasks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+1
*
Add ActiveRecord::Tasks::DatabaseTasks.migrate
Jack Danger Canty
2014-07-31
1
-0
/
+13
*
add `bin/rake db:purge` task to empty the current database.
Yves Senn
2014-06-17
1
-0
/
+28
*
fix typo in test method names. [ci skip]
Yves Senn
2014-06-17
1
-4
/
+4
*
create/drop test and development databases only if RAILS_ENV is nil
Damien Mathieu
2014-01-08
1
-2
/
+24
*
Fix failure introduced from #13488
schneems
2013-12-25
1
-1
/
+1
*
require the files we test
Aaron Patterson
2013-11-25
1
-0
/
+1
*
Abort a rake task when missing db/structure.sql like `db:schema:load` task.
kennyj
2013-05-01
1
-0
/
+7
*
Raise a specific exception with a useful message if a rake task is requested ...
Daniel Azuma
2013-01-30
1
-0
/
+6
*
Bring back "database already exists" messages when running rake tasks
Carlos Antonio da Silva
2013-01-12
1
-7
/
+7
*
Merge pull request #6838 from kennyj/added_registration_task
Carlos Antonio da Silva
2012-07-07
1
-0
/
+16
|
\
|
*
Added a feature to add a database task. e.g. OracleDatabaseTasks
kennyj
2012-06-24
1
-0
/
+16
*
|
Extract collation tasks to database tasks.
kennyj
2012-07-01
1
-0
/
+11
|
/
*
Move tasks(rake) tests to under the tasks dir.
kennyj
2012-06-24
1
-0
/
+275