kaminari--kaminari/kaminari-activerecord/README.md

33 lines
757 B
Markdown
Raw Normal View History

2016-06-30 09:21:55 +00:00
# Kaminari::Activerecord
2016-06-30 11:02:52 +00:00
Kaminari Active Record adapter.
2016-06-30 09:21:55 +00:00
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kaminari-activerecord'
```
2016-06-30 11:02:52 +00:00
And bundle.
2016-06-30 09:21:55 +00:00
## Usage
2016-06-30 11:02:52 +00:00
This gem is basically an internal gem that will be automatically bundled from kaminari gem.
2016-06-30 09:21:55 +00:00
2016-12-14 00:52:07 +00:00
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/amatsuda/kaminari/blob/master/README.md#other-frameworklibrary-support) for details.
2016-06-30 09:21:55 +00:00
## Contributing
2016-06-30 11:02:52 +00:00
Pull requests are welcome on GitHub at https://github.com/amatsuda/kaminari.
2016-06-30 09:21:55 +00:00
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).