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

5 commits

Author SHA1 Message Date
Akira Matsuda
389e769b32 Revert "Drop support for MongoMapper."
This reverts commit 48fc4bd0f1.

We decided not to immediately drop these adapters support.
We'll deprecate them in 0.17.0, then remove them from core in 1.0.
2016-04-14 09:32:55 +09:00
Zachary Scott
48fc4bd0f1 Drop support for MongoMapper.
This extension will be unsupported in Kaminari 1.x

If you'd like to support it, please let us know by opening a ticket on
https://github.com/amatsuda/kaminari/issues/new

Conflicts:
	.travis.yml
	README.rdoc
	spec/fake_app/mongo_mapper/config.rb
2014-11-22 18:17:35 -08:00
Akira Matsuda
3cf929f7d0 refs #57, #162 let the pagination method name (defaulted to page) configurable
now Kaminari can live together with associations named `page` and models having method named `page`
2011-12-17 16:33:06 +09:00
Akira Matsuda
af3e172ae1 cut off full path requires
https://twitter.com/#!/joshkalderimis/status/78481204705361920
2011-06-09 00:37:26 +09:00
Haris Amin
5bbc32741f Added MongoMapper support 2011-04-26 22:26:14 -04:00