Commit Graph

8 Commits

Author SHA1 Message Date
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
Yuki Nishijima 699ddc934b Drop DataMapper support
it looks like DataMapper 1.2 is no longer maintained:

  * https://groups.google.com/forum/#!topic/datamapper/iTqd6IGxXpA
  * https://groups.google.com/forum/#!msg/datamapper/UCHC5TF6I0M/HamsbyNxuVAJ

0.16.x will still have support for it, but not in 1.0.0.
2014-11-22 12:57:08 -08:00
Yuki Nishijima 157586b5b3 Fix a bug where the friendly url for the first page is broken
fixes #554
2014-05-21 17:07:29 -07:00
Akira Matsuda a157fe00be Revert "Testing that `paginate` helper properly works under mouted Engine"
This reverts commit e8cab2d34a.

reason: this commit was accidentally added. I wanted to test that the helpers are working inside mouted engine on the fake app, but it turned out that this test is not really testing that...
2013-11-10 05:17:32 +09:00
Akira Matsuda e8cab2d34a Testing that `paginate` helper properly works under mouted Engine 2013-11-10 02:51:59 +09:00
Akira Matsuda c27625ee75 [rails4] "config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:" 2013-06-26 15:08:18 +09:00
Akira Matsuda 1f8389ae8f log to fake_app/log directory 2012-05-24 15:20:26 +09:00
Akira Matsuda 521f79a297 fake_app => rails_app 2012-05-23 12:54:54 +09:00