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
/
mysql_rake_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify implementation of `MySQLDatabaseTasks`
bogdanvlviv
2017-10-30
1
-72
/
+3
*
Raise error if unsupported charset for mysql
bogdanvlviv
2017-10-30
1
-4
/
+4
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
pass `structure_dump_flags` / `structure_load_flags` options before any other:
Edouard CHIN
2017-06-21
1
-2
/
+2
*
Remove a duplicate test of mysql_rake_test
Koichi ITO
2017-05-26
1
-7
/
+0
*
Respect 'ignore_tables' in MySQL structure dump
Guillermo Iguaran
2017-05-15
1
-0
/
+16
*
Fix quoting in db:create grant all statement.
Rune Schjellerup Philosof
2017-04-20
1
-1
/
+1
*
Remove duplicated test
utilum
2017-01-02
1
-8
/
+0
*
Merge pull request #27437 from kirs/structure-load-dump-flags
Kasper Timm Hansen
2016-12-29
1
-0
/
+40
|
\
|
*
Make ActiveRecord structure load/dump configurable
Kir Shatrov
2016-12-22
1
-0
/
+40
*
|
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-3
/
+3
|
/
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-259
/
+259
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-45
/
+45
*
Merge pull request #23301 from ppworks/improve_mysqldump
Arthur Nogueira Neves
2016-06-17
1
-4
/
+4
|
\
|
*
Skip comments when exec mysqldump
Naoto Koshikawa
2016-01-28
1
-4
/
+4
*
|
Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...
Jeremy Daer
2016-04-18
1
-0
/
+1
*
|
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-4
/
+36
|
/
*
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-75
/
+72
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-12
/
+12
*
Fix test_database_created_by_root of mysql
yui-knk
2015-11-02
1
-1
/
+1
*
Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`
Ryuta Kamizono
2015-11-02
1
-13
/
+6
*
Merge pull request #20569 from theSteveMitchell/master
Yves Senn
2015-09-22
1
-6
/
+8
|
\
|
*
Check response of structure_load for mysql_database_tasks and make structure_...
Steve Mitchell
2015-09-18
1
-3
/
+16
|
/
*
Changed mysqldump to include sprocs and functions
Jonathan Worek
2015-05-22
1
-4
/
+4
*
Add full set of MySQL CLI options to support SSL authentication when using db...
Alex Coomans
2015-05-12
1
-1
/
+10
*
tests, run adapter specific rake tests only for the right adapter.
Yves Senn
2014-07-24
1
-0
/
+2
*
build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6
Yves Senn
2014-07-24
1
-2
/
+2
*
Active Record tests still depend on `capture`. Let's keep it for now.
Yves Senn
2014-07-16
1
-19
/
+0
*
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
1
-0
/
+19
*
Revert "Properly require database tasks so we have access to the raised const...
Rafael Mendonça França
2013-11-19
1
-1
/
+0
*
Revert "Explicitly exit with status "1" for create and drop failures"
Rafael Mendonça França
2013-11-19
1
-3
/
+1
*
Properly require database tasks so we have access to the raised constant
Carlos Antonio da Silva
2013-11-17
1
-0
/
+1
*
Merge pull request #12531 from iamvery/database-tasks-exit-status
Rafael Mendonça França
2013-11-15
1
-1
/
+3
|
\
|
*
Explicitly exit with status "1" for create and drop failures
Jay Hayes
2013-11-11
1
-1
/
+3
*
|
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-75
/
+74
*
|
Convert Fixnum into String the port number in MySQL
Kenta Okamoto
2013-10-18
1
-0
/
+9
|
/
*
`rake db:create` does not change permissions of root user.
Yves Senn
2013-03-17
1
-2
/
+18
*
rake db:structure:dump warns when `mysqldump` is not in PATH.
Yves Senn
2013-03-06
1
-1
/
+12
*
Revert "Merge pull request #8942 from yahonda/tested_only_with_mysql"
Carlos Antonio da Silva
2013-01-15
1
-4
/
+0
*
Address test_create_when_database_exists_outputs_info_to_stderr failures
Yasuo Honda
2013-01-15
1
-0
/
+4
*
Bring back "database already exists" messages when running rake tasks
Carlos Antonio da Silva
2013-01-12
1
-0
/
+10
*
Style: remove hash noise
Jeremy Kemper
2012-09-21
1
-10
/
+10
*
Correct default charset/collation for mysql dbs
Jeremy Kemper
2012-09-21
1
-9
/
+21
*
Use configuration['encoding'], because database configuration use not charset...
kennyj
2012-09-12
1
-2
/
+2
*
Use native mysqldump command for 'rake db:structure:dump'.
kennyj
2012-09-12
1
-15
/
+2
*
Use the 'mysql' binary for 'rake db:structure:load'.
Seamus Abshere
2012-09-05
1
-5
/
+2
*
fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t...
Vladimir Strakhov
2012-07-29
1
-1
/
+5
[next]