kaminari--kaminari/kaminari-core
Akira Matsuda aa54fbd73a Put the monkey-patch in a reusable manner so other kaminari-* gems can use this 2021-12-20 13:06:46 +09:00
..
app/views/kaminari remove haml and slim changes 2017-01-13 10:20:21 -05:00
config/locales Use I18n to pluralize entries 2016-10-11 16:07:59 +02:00
lib ActionView 7.0 compat 2021-12-20 01:39:18 +09:00
test Put the monkey-patch in a reusable manner so other kaminari-* gems can use this 2021-12-20 13:06:46 +09:00
CHANGELOG.md Ch-ch-ch-ch-changes 2017-01-19 10:10:41 +09:00
MIT-LICENSE MIT-LICENSE 2016-10-04 20:48:34 +09:00
README.md The main repo has been moved under kaminari organization 2017-01-11 11:23:42 +09:00
kaminari-core.gemspec Format 2018-11-11 13:04:43 +09:00

README.md

Kaminari::Core

Kaminari core libraries.

Installation

Add this line to your application's Gemfile:

gem 'kaminari-core'

And bundle.

Usage

This gem is basically an internal gem that will be automatically bundled from kaminari gem or kaminari adapter gems.

See Kaminari README for the documentation.

Contributing

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

License

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