mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
f24857a772
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/ |
||
---|---|---|
.. | ||
lib/kaminari | ||
CHANGELOG.md | ||
kaminari-actionview.gemspec | ||
MIT-LICENSE | ||
README.md |
Kaminari::Actionview
Kaminari Action View adapter.
Installation
Add this line to your application's Gemfile:
gem 'kaminari-actionview'
And bundle.
Usage
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
Or if you're using web frameworks other than Rails + Action View, 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.