Commit Graph

12 Commits

Author SHA1 Message Date
Akira Matsuda 0c32bb3293 bundler/setup & require 2012-05-23 12:38:30 +09:00
Akira Matsuda f22df5816b it is not required to require by full path. Let's trust the LOAD_PATH 2011-12-11 01:15:18 +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
Ragmaanir 4b2e2042e2 - basic dm pagination working 2011-05-23 15:30:00 +02:00
Grant Hutchins & Sam Obukwelu 6998b5f0f5 Active Record models that were subclassed before Kaminari::ActiveRecordExtension is included pick up the extensions. 2011-05-20 18:17:28 -04:00
Ben Woosley 92dbf6ff26 Use database cleaner in specs so we don't have to worry about test pollution ourselves 2011-04-19 19:01:23 +09:00
Leonard Chin be40c18e2b Add YAML merge keys workaround.
Prevent problems when using running tests with
a mongoid.yml using YAML merge keys on Ruby 1.9.2
and RubyGems >= 1.5

Will be needed until r30629 and r30630 are backported
to 1.9.2 (ticket #4357)

http://redmine.ruby-lang.org/issues/show/4357
2011-02-19 20:54:32 +09:00
Akira Matsuda 5f3f73f99b specs for mongoid scopes 2011-02-18 12:33:56 +09:00
Akira Matsuda 31b213a760 prepare for spec (part II) 2011-02-12 01:04:25 +09:00
Akira Matsuda 94b65da63f extract the app from config file 2011-02-08 11:19:04 +09:00
Akira Matsuda ff721e02d5 prepare for the specs 2011-02-05 23:45:49 +09:00
Akira Matsuda 4db3397b4d Initial commit to kaminari. 2011-02-05 22:32:10 +09:00