marcinruszkiewicz / where_chain

WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!
MIT License
44 stars 4 forks source link

Test on different databases. #1

Open marcinruszkiewicz opened 6 years ago

marcinruszkiewicz commented 6 years ago

Since Rails supports different database adapters, it makes sense that this gem should also be tested on all of them.

dodo121 commented 4 years ago

I'm having a look at dynamic db adapter change based on ENV