From f9417c0e2a599f422a967672ca09ba579ce36a8c Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 3 May 2014 11:26:18 +0200 Subject: [PATCH] Update README Since AdequateRecord was merged into Rails master 4 days ago, Ransack no longer works with Rails master/4.2.0.alpha. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3650f23..cab22b0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Or if you want to use the latest updates on the master branch: gem "ransack", github: "activerecord-hackery/ransack" # Track git repo ``` -If you are on Rails 4.1 (or 4.2.0.alpha or master), you may prefer to use the dedicated [Rails 4.1 branch](https://github.com/activerecord-hackery/ransack/tree/rails-4.1) which contains the latest updates, supports only 4.1 and up, and is lighter and somewhat faster: +If you are on Rails 4.1, you may prefer to use the dedicated [Rails 4.1 branch](https://github.com/activerecord-hackery/ransack/tree/rails-4.1) which contains the latest updates, supports only 4.1, and is lighter and somewhat faster: ```ruby gem "ransack", github: "activerecord-hackery/ransack", branch: "rails-4.1"