This is a rails app created in order to compare various metrics of Pagy
, WillPaginate
and Kaminari
.
If you are just interested in the results, charts and analysys, you can browse the recorded Gem Comparison page.
If you want to run the comparisons live on your computer you need to install the rails app and running it in production mode.
You should be able to get it up and running with:
git clone https://github.com/ddnexus/pagination-comparison.git
cd pagination-comparison
bundle
rails server -e production
Bug reports and pull requests are welcome.
The app is available as open source under the terms of the MIT License.