mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
📝 * Adapters
This commit is contained in:
parent
c140eac5d6
commit
87ace543ba
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -458,9 +458,10 @@ gem 'kaminari-actionview'
|
|||
|
||||
Kaminari currently provides adapters for the following ORMs:
|
||||
|
||||
Mongoid: https://github.com/kaminari/kaminari-mongoid
|
||||
MongoMapper: https://github.com/kaminari/kaminari-mongo_mapper
|
||||
DataMapper: https://github.com/kaminari/kaminari-data_mapper (would not work on kaminari 1.0.x)
|
||||
* Active Record: https://github.com/amatsuda/kaminari/tree/master/kaminari-activerecord (included in this repo)
|
||||
* Mongoid: https://github.com/kaminari/kaminari-mongoid
|
||||
* MongoMapper: https://github.com/kaminari/kaminari-mongo_mapper
|
||||
* DataMapper: https://github.com/kaminari/kaminari-data_mapper (would not work on kaminari 1.0.x)
|
||||
|
||||
### For Other Web Framework Users
|
||||
|
||||
|
|
@ -473,8 +474,9 @@ gem 'kaminari-sinatra'
|
|||
|
||||
Kaminari currently provides adapters for the following web frameworks:
|
||||
|
||||
Sinatra: https://github.com/kaminari/kaminari-sinatra
|
||||
Grape: https://github.com/kaminari/kaminari-grape
|
||||
* Action View: https://github.com/amatsuda/kaminari/tree/master/kaminari-actionview (included in this repo)
|
||||
* Sinatra: https://github.com/kaminari/kaminari-sinatra
|
||||
* Grape: https://github.com/kaminari/kaminari-grape
|
||||
|
||||
|
||||
## For More Information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue