Skip to content

Ransack 1.6.3 for Rails 3 and 4 (bug fix)

Compare
Choose a tag to compare
@jonatack jonatack released this 21 Jan 15:26
· 1006 commits to main since this release
  • Fix a regression (#496) caused by ee571fe where passing a multi-parameter attribute (like date_select) raised RuntimeError: can't add a new key into hash during iteration, and add a regression spec for the issue.

Nate Berkopec, Jon Atack

  • Update travis-ci to no longer test Rails 3.1 with Ruby 2.2 and speed up the test matrix.
  • Refactor Nodes::Condition.

Jon Atack