kaminari--kaminari/kaminari-activerecord
swamp09 f24857a772 Remove magic comment
Since the support version is Ruby 2.0 or later, magic comment is unnecessary.

`The UTF-8 default encoding, which make many magic comments omissible`
https://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/
2017-10-24 00:45:17 +09:00
..
lib/kaminari Version 1.1.1 2017-10-21 23:58:17 +09:00
CHANGELOG.md Ch-ch-ch-ch-changes 2017-01-19 10:10:41 +09:00
MIT-LICENSE MIT-LICENSE 2016-10-04 10:39:12 +09:00
README.md The main repo has been moved under kaminari organization 2017-01-11 11:23:42 +09:00
kaminari-activerecord.gemspec Remove magic comment 2017-10-24 00:45:17 +09:00

README.md

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

License

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