ransack v2.0.0 Release Notes

Release Date: 2018-08-09 // over 5 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