1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/kaminari-core
Akira Matsuda be515192f6 📝 README
2016-12-14 09:52:07 +09:00
..
app/views/kaminari Issue #310 fixed. Refactored code to use a single method to know if a tag page should be displayed. 2016-12-08 20:40:26 +09:00
config/locales Use I18n to pluralize entries 2016-10-11 16:07:59 +02:00
lib Issue #310 fixed. Refactored code to use a single method to know if a tag page should be displayed. 2016-12-08 20:40:26 +09:00
test We're manually deleting test data in the tests 2016-12-13 18:08:24 +09:00
kaminari-core.gemspec Describing the gems 2016-12-08 04:27:51 +09:00
MIT-LICENSE MIT-LICENSE 2016-10-04 20:48:34 +09:00
README.md 📝 README 2016-12-14 09:52:07 +09:00

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/amatsuda/kaminari.

License

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