1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Petrik c328ac5c86 Use sslmode option instead of ssl_mode for MySQL command connections
In f36c261a44 support for the ssl-mode option was added for MySQL when
using the dbconsole command and MySQLDatabaseTasks.
However, the mysql2 gem uses `ssl_mode` instead of `sslmode`:

ba4d46551d/lib/mysql2/client.rb (L51)

As `ssl_mode` is what should be used in the database.yml configuration
for MySQL we should use it as well for the dbconsole command and
MySQLDatabaseTasks.

Co-authored-by: Chris Gunther <chris@room118solutions.com>
2022-09-17 18:53:54 +02:00
..
application Fix word case. json -> JSON 2022-09-17 04:11:36 +10:00
command Improve app generator docs 2022-09-09 11:35:59 -05:00
commands Use sslmode option instead of ssl_mode for MySQL command connections 2022-09-17 18:53:54 +02:00
configuration
engine Use the combined jsbundling-rails gem instead of individual js bundler gems (#43172) 2021-09-06 16:44:44 +02:00
fixtures Populate ARGV with Rails::Command.invoke args 2021-04-03 10:12:52 -05:00
generators Drop Rubinius code 2022-09-15 23:43:51 +09:00
isolation Convert rails-ujs to ES2015 modules 2022-07-07 21:52:08 -04:00
minitest
railties Merge pull request #44547 from skipkayhil/fix-incorrect-assertions 2022-09-12 20:32:42 -04:00
test_unit
abstract_unit.rb Drop Rubinius code 2022-09-15 23:43:51 +09:00
app_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Add support for stylesheets and ERB views to rails stats. 2020-11-10 09:40:18 -07:00
code_statistics_test.rb
console_helpers.rb
engine_test.rb
env_helpers.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
generators_test.rb Behaviour constant deprecation fix (#45367) 2022-06-15 10:21:17 -07:00
initializable_test.rb
json_params_parsing_test.rb
path_generation_test.rb
paths_test.rb
rack_logger_test.rb
rails_info_controller_test.rb
rails_info_test.rb
secrets_test.rb
version_test.rb