Update README to reference "activerecord-hackery"

and describe the “rails-4” branch.
This commit is contained in:
jonatack 2013-12-07 00:02:40 +01:00
parent 6d8854327f
commit 7582f12c02
1 changed files with 8 additions and 2 deletions

View File

@ -20,10 +20,16 @@ In your Gemfile:
gem "ransack" # Last officially released gem (Rails 3 and 4)
```
Or if you want to use the bleeding edge:
Or if you want to use the bleeding edge (Rails 3 and 4):
```ruby
gem "ransack", github: "ernie/ransack" # Track git repo
gem "ransack", github: "activerecord-hackery/ransack" # Track git repo
```
A lighter, faster, latest-commits version of Ransack dedicated to Rails 4 is available on the "rails-4" branch:
```ruby
gem "ransack", github: "activerecord-hackery/ransack", branch: "rails-4"
```
## Usage