Skip to content

Ransack 1.6.5 for Rails 3, 4 and 5 (Rails 5 compatibility update)

Compare
Choose a tag to compare
@jonatack jonatack released this 28 Mar 10:54
· 963 commits to main since this release

Added

  • [WIP/experimental] Add compatibility with Rails 5/master and Arel 7.
  • Update the Contributing Guide with detailed steps for contributing to Ransack.
  • Broaden the test suite database options in schema.rb and add code documentation.
  • Improve the header message when running tests.

Jon Atack

  • Allow :wants_array to be set to false in the predicate options (#32).

Michael Pavling

  • Add a failing spec for issue #374.

Jamie Davidson, Jon Atack

Fixed

  • Stop relying on Active Record::relation#where_values which are deprecated in Rails 5.
  • Make the test for passing search arguments to a ransacker (ransacker_args) work correctly with Sqlite3.

Jon Atack

Changed

  • Stop CI testing for Rails 3.0 to reduce the size of the Travis test matrix.

Jon Atack