From 94ab1db70ce6030a26bc0e407bddd8ac7fbbf977 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 15 Jun 2019 17:52:05 +0200 Subject: [PATCH] Add note about Rails 6 support --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ded3532..65f55a4c1 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,13 @@ If you're viewing this at you're reading the documentation for the master branch with the latest features. [View documentation for the last release (2.0.0).](https://github.com/activerecord-hackery/ransack/tree/v2.0.0) +## Rails 6 Support + +Rails 6 is right around the corner, but not yet released. Ransack supports ```6-0-stable```, but does not support release candidate versions, ```rc-x```. Full Rails 6 support will be provided after the official Rails 6 release. See [this issue](https://github.com/activerecord-hackery/ransack/issues/1032) for details. + ## Getting started -Ransack is compatible with Rails 6.0, 5.0, 5.1 and 5.2 on Ruby 2.2 and later. +Ransack is compatible with Rails 6-0-stable, 5.0, 5.1 and 5.2 on Ruby 2.2 and later. If you are using Rails <5.0 use the 1.8 line of Ransack. If you are using Ruby 1.8 or an earlier JRuby and run into compatibility issues, you can use an earlier version of Ransack, say, up to 1.3.0.