Skip to content

Commit 1d8e1b3

Browse files
committed
[skip ci] More docs updates
1 parent d9d211e commit 1d8e1b3

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
* [WIP/experimental] Add compatibility with Rails 5/master and Arel 7.
77

8-
* Update the Contributing Guide with detailed steps for contributing to
9-
Ransack.
8+
* Update the [Contributing Guide](CONTRIBUTING.md) with detailed steps for
9+
contributing to Ransack.
1010

1111
* Broaden the test suite database options in `schema.rb` and add
1212
code documentation.
@@ -27,10 +27,11 @@
2727

2828
### Fixed
2929

30-
* Stop relying on Active Record::relation#where_values which are deprecated
30+
* Stop relying on `Active Record::relation#where_values` which are deprecated
3131
in Rails 5.
3232

33-
* Make the ransacker_args test work correctly with Sqlite3.
33+
* Make the test for passing search arguments to a ransacker
34+
(`ransacker_args`) work correctly with Sqlite3.
3435

3536
*Jon Atack*
3637

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ you're reading the documentation for the master branch with the latest features.
3333
## Getting started
3434

3535
Ransack is compatible with Rails 3 and 4 (including 4.2.1) on Ruby 1.9 and
36-
later.
37-
38-
It currently works with Rails 5/master too -- although changes in Arel and
39-
Active Record keep that a moving target.
36+
later. It currently works with Rails 5 as well, though changes in Arel and
37+
Active Record keep that a moving target. If you are using Ruby 1.8, you can use
38+
an earlier version of Ransack up to v1.3.0.
4039

4140
Ransack works out-of-the-box with Active Record and also features experimental
4241
support for Mongoid 4.0 (without associations, further details below).
4342

44-
If you are using Ruby 1.8, you may need to use an earlier version of Ransack,
45-
like 1.3.0.
46-
4743
In your Gemfile, for the last officially released Ransack gem:
4844

4945
```ruby

0 commit comments

Comments
 (0)