https://github.com/kaminari/kaminari-data_mapper
Kaminari DataMapper adapter
https://github.com/kaminari/kaminari-data_mapper
Last synced: 6 months ago
JSON representation
Kaminari DataMapper adapter
- Host: GitHub
- URL: https://github.com/kaminari/kaminari-data_mapper
- Owner: kaminari
- License: mit
- Created: 2016-04-14T16:13:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T03:57:16.000Z (over 4 years ago)
- Last Synced: 2024-04-29T08:03:08.697Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Kaminari::DataMapper
Kaminari DataMapper adapter.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kaminari-data_mapper'
```And bundle.
## Supported versions
* DataMapper 1.1.0+
## Usage
See [Kaminari README](https://github.com/amatsuda/kaminari/blob/master/README.md).
## Contributing
Pull requests are welcome on GitHub at https://github.com/kaminari/kaminari-data_mapper
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).