khiav223577 / pluck_all

A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
MIT License
102 stars 10 forks source link

Fix that project without mongoid will raise LoadError #25

Closed khiav223577 closed 6 years ago

khiav223577 commented 6 years ago

It doesn't have to have the dependency of mongoid gem. https://github.com/khiav223577/pluck_all/pull/24

The test result at a commit that remove developement dependency and doesn't rescue LoadError: https://travis-ci.org/khiav223577/pluck_all/builds/384274718