https://github.com/tsuwatch/nazrin-kaminari
pagination generator for nazrin
https://github.com/tsuwatch/nazrin-kaminari
cloudsearch kaminari
Last synced: 2 months ago
JSON representation
pagination generator for nazrin
- Host: GitHub
- URL: https://github.com/tsuwatch/nazrin-kaminari
- Owner: tsuwatch
- Created: 2017-01-23T08:51:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T12:17:03.000Z (over 8 years ago)
- Last Synced: 2025-03-15T06:15:58.756Z (2 months ago)
- Topics: cloudsearch, kaminari
- Language: Ruby
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nazrin::Kaminari
[](https://travis-ci.org/tsuwatch/nazrin-kaminari)Kaminari pagination generator for [nazrin](https://github.com/tsuwatch/nazrin).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'nazrin-kaminari'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install nazrin-kaminari
## Usage
See [nazrin README](https://github.com/tsuwatch/nazrin).
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/nazrin-kaminari.