ransack v2.0.0 Release Notes
Release Date: 2018-08-09 // over 4 years ago-
โ Add support for Active Record 5.2.1 PR #938
๐ Fix sort with joins on existing association PR #937
โ Add the ability to skip arg sanitization on a per scope basis. Using
ransackable_scopes_skip_sanitize_args
, users can define a list of scopes which will bypass parameter sanitization. This allows passing 0, 1, t, f, etc. to a scope as an actual parameter. PR #933โฌ๏ธ Drop support for Active Record < 5.0. PR #929
๐ Extract mongoid support to a separate gem. PR #928
Absorb polyamorous PR #927
๐ Fix broken monkey patch of #form_with PR #922