You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ $ bundle
24
24
25
25
This gem provides a rack middleware `ActiveRecord::ConnectionAdapters::RefreshConnectionManagement` which disconnects all connections in each rack request, which results in refreshing all connections in each rack request.
26
26
27
-
### Rails 5
27
+
### Rails 5 and Rails 6
28
28
29
-
NOTE: activerecord-refresh_connection **does not work with puma, and webrick** server in rails 5.
29
+
NOTE: activerecord-refresh_connection **does not work with puma, and webrick** server in rails 5 and rails 6.
0 commit comments