1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

The main repo has been moved under kaminari organization

[ci skip]
This commit is contained in:
Akira Matsuda 2017-01-11 11:22:38 +09:00
parent e4364ff9b9
commit f7aa087c56
8 changed files with 12 additions and 12 deletions

View file

@ -484,7 +484,7 @@ gem 'kaminari-actionview'
Kaminari currently provides adapters for the following ORMs:
* Active Record: https://github.com/amatsuda/kaminari/tree/master/kaminari-activerecord (included in this repo)
* Active Record: https://github.com/kaminari/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)
@ -500,14 +500,14 @@ gem 'kaminari-sinatra'
Kaminari currently provides adapters for the following web frameworks:
* Action View: https://github.com/amatsuda/kaminari/tree/master/kaminari-actionview (included in this repo)
* Action View: https://github.com/kaminari/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
Check out Kaminari recipes on the GitHub Wiki for more advanced tips and techniques. https://github.com/amatsuda/kaminari/wiki/Kaminari-recipes
Check out Kaminari recipes on the GitHub Wiki for more advanced tips and techniques. https://github.com/kaminari/kaminari/wiki/Kaminari-recipes
## Questions, Feedback