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/commands
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
..
console_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
credentials_test.rb Prevent "saved" message when edit command aborted 2022-07-29 16:57:45 -05:00
db_system_change_test.rb Remove more code for unsupported frontbase and ibm_db adapters 2020-04-12 11:45:28 +09:00
dbconsole_test.rb Use sslmode option instead of ssl_mode for MySQL command connections 2022-09-17 18:53:54 +02:00
dev_test.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
encrypted_test.rb Support spaces in file path when invoking editor 2022-07-30 15:47:54 -05:00
initializers_test.rb ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
notes_test.rb Extract annotations using a parser for Ruby files 2022-09-09 15:46:54 -04:00
routes_test.rb Extend routes --grep to also filter routes by matching against path 2022-08-25 08:33:51 +00:00
runner_test.rb Better rails runner output for missing files 2022-08-23 17:06:19 +02:00
secrets_test.rb Remove remnants from Editor command helper module 2022-08-02 15:47:28 -05:00
server_test.rb Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
unused_routes_test.rb Add routes --unused option to detect extraneous routes. 2022-08-02 20:07:45 -05:00