Closed kvokka closed 3 years ago
Any progress on this PR?
@hamityay can u please give me another look at this?
By the way, i fixed broken CI (for the latest rails) and added separate gemfiles for rail 6 & 6.1
@kvokka travis is still failing :(
@alejandrodevs not now ;)
@hamityay just noticed that i'm not able to re-request the review, so doing it directly
@kvokka looks good to me, but not sure I am the right person to approve changes to get in
Thank you for the proposed fix! I was confused about this specific fix because:
I went looking into the Rails 6.1 breakage and concluded that the problem isn't in will_paginate, but in Rails itself. See more info in the original issue.
While rails < 6 used 2 arguments for defaults block, rails 6 use only 1 argument.
This patch makes the code runnable with both options
Connect replaygaming/replaypoker#4860 Close mislav/will_paginate#618