All Versions
34
Latest Version
Avg Release Cycle
133 days
Latest Release
851 days ago

Changelog History
Page 1

  • v2.5.0 Changes

    December 26, 2021
    • πŸ‘ ActiveRecord 7.0 support

    • ⬇️ Drop support for rubies under 2.5. PR #1189

    • Have casted array predicates type checked to Arel::Nodes::Casted fixing non-casted array predicates. PR 1246

  • v2.4.1 Changes

    December 21, 2020
    • βž• Add ActiveRecord::Base.ransack! which raises error if passed unknown condition

    Aaron Lipman

  • v2.4.0 Changes

    November 27, 2020

    * PR

    • πŸ‘Œ Support ActiveRecord 6.1.0.rc1. PR 1172

    • πŸ›  Fix for ActiveRecord 5.2.4 (note security fix in 5.2.4.2 for ActiveView's escape_javascript CVE-2020-5267 for all earlier versions)

    • ⬇️ Drop support for ActiveRecord older than 5.2.4. PR 1166

  • v2.3.2 Changes

    January 11, 2020
    • Breakfix to bump Polyamorous
  • v2.3.1 Changes

    January 11, 2020
    • ⬇️ Drop support for Active Record 5.0, 5.1, and 5.2.0. PR #1073

    • ⬇️ Drop support for rubies under 2.3. PR #1070

    ... and others

  • v2.3.0 Changes

    August 18, 2019
    • 🌐 Arabic translations PR 979

    • πŸš… Rails 6 PR 1027 vrodokanakis

    • πŸ‘‰ Make polyamorous a separate gem PR 1002

    • 🌐 Catalan translations PR1007 roslavych

    • Don't escape period characters with wildcard searches in mysql2 PR 1013 daflip

    • 🌐 Farsi translations PR 1030

    • 🌐 Finnish translations PR 1049

    • πŸ›  Fix wrong table alias when using nested join. for ActiveRecord >= 5.2 PR 374

    hiichan

  • v2.1.1 Changes

    December 05, 2018
  • v2.1.0 Changes

    October 26, 2018

    βž• Add support for sorting by scopes
    PR 973

    Diego Borges

    βž• Added a new logo for Ransack
    PR 972

    AnΔ±l KΔ±lΔ±Γ§, Greg Molnar

    🌐 Greek translations
    PR 971
    PR 960

    Sean Carroll, Greg Molnar

    README improvements
    PR 963

    tommaso1

    🌐 Bulgarian translations
    PR 961

    Sean Carroll

    README improvements
    PR 956

    Alex Konoval

    βœ‚ Remove lib/ransack/adapters/active_record/compat.rb
    PR 954

    Ryuta Kamizono

    βœ‚ Remove unused aliases
    PR 953

    Ryuta Kamizono

  • v2.0.1 Changes

    August 18, 2018
    • Don't return association if table is nil PR 952

    Christian Gregg

  • v2.0.0 Changes

    August 09, 2018
    • βž• 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