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

8 commits

Author SHA1 Message Date
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