mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
f7aa087c56
[ci skip]
32 lines
757 B
Markdown
32 lines
757 B
Markdown
# Kaminari::Activerecord
|
|
|
|
Kaminari Active Record adapter.
|
|
|
|
|
|
## Installation
|
|
|
|
Add this line to your application's Gemfile:
|
|
|
|
```ruby
|
|
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)](https://github.com/kaminari/kaminari/blob/master/README.md#other-frameworklibrary-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](http://opensource.org/licenses/MIT).
|