https://github.com/davydovanton/kaminari-hanami
This repository is no longer maintain: Kaminari integration for @hanami
https://github.com/davydovanton/kaminari-hanami
hanami kaminari kaminari-hanami ruby
Last synced: 6 months ago
JSON representation
This repository is no longer maintain: Kaminari integration for @hanami
- Host: GitHub
- URL: https://github.com/davydovanton/kaminari-hanami
- Owner: davydovanton
- License: mit
- Created: 2017-01-10T19:17:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T11:06:08.000Z (over 6 years ago)
- Last Synced: 2024-04-25T19:43:39.026Z (over 1 year ago)
- Topics: hanami, kaminari, kaminari-hanami, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Kaminari::Hanami
**This repository is no longer maintain**
kaminari-hanami is a Kaminari paginator's adapter gem for [hanami](http://hanamirb.org).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kaminari-hanami'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install kaminari-hanami
## Usage
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).