when using kaminari I've noticed that routes are not translated, within pagination for certain browsers. This happens due to url_for not working properly, when :format option is specified. This fixes the issue, which happens when rails router is applaying scores to routes in order to find the best one.
Hi,
when using kaminari I've noticed that routes are not translated, within pagination for certain browsers. This happens due to
url_for
not working properly, when:format
option is specified. This fixes the issue, which happens when rails router is applaying scores to routes in order to find the best one.