2016-10-04 07:38:56 -04:00
|
|
|
# Kaminari::Core
|
|
|
|
|
2016-10-04 18:17:44 -04:00
|
|
|
Kaminari core libraries.
|
2016-10-04 07:38:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Add this line to your application's Gemfile:
|
|
|
|
|
|
|
|
```ruby
|
|
|
|
gem 'kaminari-core'
|
|
|
|
```
|
|
|
|
|
2016-10-04 18:17:44 -04:00
|
|
|
And bundle.
|
2016-10-04 07:38:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2016-12-13 19:52:07 -05:00
|
|
|
This gem is basically an internal gem that will be automatically bundled from kaminari gem or kaminari adapter gems.
|
|
|
|
|
2017-01-10 21:22:38 -05:00
|
|
|
See [Kaminari README](https://github.com/kaminari/kaminari/blob/master/README.md) for the documentation.
|
2016-10-04 07:38:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2017-01-10 21:22:38 -05:00
|
|
|
Pull requests are welcome on GitHub at https://github.com/kaminari/kaminari.
|
2016-10-04 07:38:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|