Update documentation with Mongoid 5 support.

[ci skip]
This commit is contained in:
Josef Šimánek 2016-01-12 14:43:51 +01:00
parent 1aab5baf39
commit e8aaedec66
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
## Unreleased
### Added
* Support Mongoid 5. PR [#636](https://github.com/activerecord-hackery/ransack/pull/636), commit
[9e5faf4](https://github.com/activerecord-hackery/ransack/commit/9e5faf4).
*Josef Šimánek*
* Added optional block argument for the `sort_link` method. PR
[#604](https://github.com/activerecord-hackery/ransack/pull/604), commit
[997b856](https://github.com/dalpo/ransack/commit/997b856).

View File

@ -40,7 +40,7 @@ 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.
Ransack works out-of-the-box with Active Record and also features limited
support for Mongoid 4 (without associations, further details
support for Mongoid 4 and 5 (without associations, further details
[below](https://github.com/activerecord-hackery/ransack#mongoid)).
In your Gemfile, for the last officially released gem: