|
41 | 41 | # requests to HTTPS in `ActionDispatch::SSL` middleware. |
42 | 42 | # Rails.application.config.action_dispatch.ssl_default_redirect_status = 308 |
43 | 43 |
|
44 | | -# Use new connection handling API. For most applications this won't have any |
45 | | -# effect. For applications using multiple databases, this new API provides |
46 | | -# support for granular connection swapping. |
47 | | -Rails.application.config.active_record.legacy_connection_handling = false |
48 | | - |
49 | 44 | # Make `form_with` generate non-remote forms by default. |
50 | 45 | # Rails.application.config.action_view.form_with_generates_remote_forms = false |
51 | 46 |
|
|
0 commit comments