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
*
Make ActiveRecord structure load/dump configurable
Kir Shatrov
2016-12-22
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-17
/
+17
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-73
/
+73
*
We are erroring due to nested transaction failures from mysql on test_migrate...
Vipul A M
2016-05-06
1
-0
/
+2
*
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-0
/
+7
*
Make 'migrate' clear the schema cache afterward
Chris Arcand
2016-03-24
1
-2
/
+13
*
Creates development and test databases in db:migrate task
Rafael Mendonça França
2016-03-14
1
-6
/
+14
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-0
/
+28
|
\
|
*
Use hash like syntax for InternalMetadata
schneems
2016-01-08
1
-1
/
+1
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+28
*
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-1
/
+0
|
/
*
Allow global migrations_path configuration with using value from database_tas...
Tobias Bielohlawek
2015-09-07
1
-1
/
+3
*
Fixes reference for schema_format to AR::Base from AS::Base
James Cox
2015-03-03
1
-0
/
+16
*
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