Pagy Extras
This gem has been integrated in Pagy >= 0.8.0 and has been discontinued.
If your code still use it, please, remove the gem and convert the code considering the following:
-
Pagy.extras_root.join('whatever')
is gone. Now you can usePagy.root.join('pagy', 'extras', 'whatever')
- The
pagy-extras
gem was loading all the extras. Now you require only those you use right in the initializer. For examplerequire 'pagy/extras/bootstrap'
(see the initializer_example.rb). - See the new Extras Documentation for more details
- See the pagy CHANGELOG for breaking changes