Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 923 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 923 Bytes

Ruby Pagination Comparison

This is a rails app created in order to compare various metrics of Pagy, WillPaginate and Kaminari.

See the results (no installation needed)

If you are just interested in the results, charts and analysys, you can browse the recorded Gem Comparison page.

Run the comparisons (installation required)

If you want to run the comparisons live on your computer you need to install the rails app and running it in production mode.

Installation

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

Contributing

Bug reports and pull requests are welcome.

License

The app is available as open source under the terms of the MIT License.