1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/kaminari-activerecord
Akira Matsuda be515192f6 📝 README
2016-12-14 09:52:07 +09:00
..
lib/kaminari Revert "Paginatable to Paginable" 2016-12-13 01:06:52 +00:00
kaminari-activerecord.gemspec Describing the gems 2016-12-08 04:27:51 +09:00
MIT-LICENSE MIT-LICENSE 2016-10-04 10:39:12 +09:00
README.md 📝 README 2016-12-14 09:52:07 +09:00

Kaminari::Activerecord

Kaminari Active Record adapter.

Installation

Add this line to your application's Gemfile:

gem 'kaminari-activerecord'

And bundle.

Usage

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

Or if you're using ORMs other than Active Record, you might need to explicitly bundle this gem.

See Kaminari README (Other Framework/Library Support) for details.

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.