Skip to content

Commit

Permalink
Merge pull request #639 from simi/m5d
Browse files Browse the repository at this point in the history
Follow-up to #636: update README & change log re Mongoid 5 support
  • Loading branch information
jonatack committed Jan 12, 2016
2 parents 1aab5ba + e8aaede commit c9ee115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9ee115

Please sign in to comment.