Repository is archived
No commit activity in last 3 years
No release in over 3 years
Discontinued gem, now integrated in Pagy. Use Pagy directly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

>= 0.8.0
 Project Readme

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