File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change @@ -33,17 +33,13 @@ you're reading the documentation for the master branch with the latest features.
3333## Getting started
3434
3535Ransack 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
4140Ransack works out-of-the-box with Active Record and also features experimental
4241support 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-
4743In your Gemfile, for the last officially released Ransack gem:
4844
4945``` ruby
You can’t perform that action at this time.
0 commit comments