From 06f7346ba44e3bcb5feb0aedc18096e7a0119030 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Thu, 2 Apr 2020 19:48:49 +0900 Subject: [PATCH] Update README adapt to Rails 6 [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f8e28..5c35fab 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ $ bundle 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. -### Rails 5 +### Rails 5 and Rails 6 -NOTE: activerecord-refresh_connection **does not work with puma, and webrick** server in rails 5. +NOTE: activerecord-refresh_connection **does not work with puma, and webrick** server in rails 5 and rails 6. ```ruby # config/application.rb