Skip to content

Commit 4a32288

Browse files
committed
Update README adapt to Rails 6
1 parent 5f5a742 commit 4a32288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ $ bundle
2424

2525
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.
2626

27-
### Rails 5
27+
### Rails 5 and Rails 6
2828

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.
3030

3131
```ruby
3232
# config/application.rb

0 commit comments

Comments
 (0)