0.02
No release in over 3 years
Low commit activity in last 3 years
kaminari-sinatra privides pagination helpers for your Sinatra templates
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Kaminari::Sinatra

kaminari-sinatra is a Kaminari paginator's adapter gem for Sinatra and Sinatra-based frameworks.

Note that this gem does not contain model-side features, such as Model#page and Model#per. They are contained in gems for each ORM, kaminari-activerecord for example.

Installation

Add this line to your Sinatra app's Gemfile:

gem 'kaminari-sinatra'

And bundle.

Usage

register view helpers in your Sinatra or Padrino app:

register Kaminari::Helpers::SinatraHelpers

Or, you can implement your own awesome helper :)

More features are coming, and again, this is still experimental. Please let us know if you found anything wrong with the Sinatra support.

Contributing

Pull requests are welcome on GitHub at https://github.com/kaminari/kaminari-sinatra.

License

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