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

11 commits

Author SHA1 Message Date
Arthur Neves
03a4518635 Add tests for mongoid 4 beta 1 2014-02-02 14:23:46 -05:00
Yuki Nishijima
e6f266acb5 Add test that checks if AR's abstract_class option plays together with kaminari 2013-11-11 10:32:46 +09: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
2cf5ad5e6d Ruby 1.8 compat 2012-05-23 13:11:19 +09:00
Akira Matsuda
521f79a297 fake_app => rails_app 2012-05-23 12:54:54 +09:00
Akira Matsuda
88a9680053 configure Sinatra + RSpec + Capybara + Kaminari 2012-05-23 12:54:54 +09:00
Akira Matsuda
52758797d2 AR::Migration.shut_up! 2012-05-23 12:54:54 +09:00
Akira Matsuda
d0cb1837a1 refactor AR, DM, mongoid, and mongo_mapper specs
extract model definitions for each ORM under spec/fake_app, and load them only if target ORM is loaded
by this mechanism, all ORMs share a model name "User", and the other specs such as helper specs and request specs will run polymorphically
2012-05-23 12:44:13 +09:00