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 9371c685d8 No longer in need for a ⚠️ here
Only those who bundles kaminari-core without bundling kaminari-actionview, kaminari-sinatra, or kaminari-grape would see this warning today,
but that's a rare case, and that should be intentional.
2016-10-11 20:32:22 +09:00
..
app/views/kaminari Move core code to kaminari-core gem 2016-10-04 21:59:34 +09:00
config/locales Move core code to kaminari-core gem 2016-10-04 21:59:34 +09:00
lib No longer in need for a ⚠️ here 2016-10-11 20:32:22 +09:00
spec Move specs to kaminari-core gem 2016-10-05 07:05:05 +09:00
kaminari-core.gemspec We don't run tests in this gem 2016-10-04 22:01:49 +09:00
MIT-LICENSE MIT-LICENSE 2016-10-04 20:48:34 +09:00
README.md 📝 README 2016-10-05 07:18:27 +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.

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.