mislav / will_paginate

Pagination library for Rails and other Ruby applications
http://github.com/mislav/will_paginate/wikis
MIT License
5.71k stars 864 forks source link

Add Rails 6.1 compatibility #624

Closed mislav closed 3 years ago

mislav commented 3 years ago

This adds Rails 6.1 compatibility in development and fixes Rails-edge tests. It entirely re-organizes how development Gemfiles are structured and how tests are bootstrapped. The new approach is simpler and hopefully stabler in the long run.

Ref. https://github.com/mislav/will_paginate/issues/622 Ref. https://github.com/mislav/will_paginate/issues/618