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

6 commits

Author SHA1 Message Date
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
3236398bc7 Merge branch 'datamapper-int' of https://github.com/Ragmaanir/kaminari into Ragmaanir-datamapper-int
Conflicts:
	kaminari.gemspec
	lib/kaminari/models/data_mapper_extension.rb
	lib/kaminari/railtie.rb
	spec/models/data_mapper_spec.rb

also, refactored a lot to make the code simple
2011-08-29 20:23:13 +09:00
noice
7f71f2c07b Added support for DataMapper v1.1.0. Including tests. 2011-08-14 04:33:57 +02:00
Ragmaanir
21ceb9fd19 - last commit fixed a temporary bug. undoing temporary fix. 2011-05-23 18:54:49 +02:00
Ragmaanir
1c9e3c278c - moved Model.append_extensions from dm-spec to railtie.rb 2011-05-23 18:52:45 +02:00
Ragmaanir
4b2e2042e2 - basic dm pagination working 2011-05-23 15:30:00 +02:00