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

4 commits

Author SHA1 Message Date
Akira Matsuda
dfad12525b "DEPRECATION WARNING: Passing a string to ActiveRecord::Base.establish_connection for a configuration lookup is deprecated, please pass a symbol (:test) instead." 2014-06-08 22:38:39 +09: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
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