ddnexus / pagy-extras

Discontinued gem, now integrated in Pagy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 use Pagy.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 example require 'pagy/extras/bootstrap' (see the initializer_example.rb).
  • See the new Extras Documentation for more details
  • See the pagy CHANGELOG for breaking changes

About

Discontinued gem, now integrated in Pagy

License:MIT License


Languages

Language:Ruby 100.0%