activerecord-hackery--ransack/lib
Corey Mc 91a97e2ab7
Fix :default option in Translate.attribute method
At the moment it's possible to pass a default translation (or translation key) to the Ransack::Translate.attribute method, however it is never actually accessed given the existing fallback using interpolated attribute/predicate names. Those interpolated strings are either "%{attributes}" or "%{attributes} %{predicate}", which never return nil. Any value passed to options[:default] is added to the end of the defaults array (after those never-nil interpolated strings), and as a result the default that is specifically supplied by the user of the gem is never actually accessed or output. This pull request is aimed at resolving that (ever-so-slight) bug
2021-03-31 13:07:32 +11:00
..
polyamorous Bump the Rails version to 7 2021-02-08 17:57:20 +09:00
ransack Fix :default option in Translate.attribute method 2021-03-31 13:07:32 +11:00
polyamorous.rb Update polyamorous.rb 2021-02-23 17:51:47 +01:00
ransack.rb Add `Style/RedundantFileExtensionInRequire` cop 2020-12-31 20:17:00 +09:00