RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

[WIP] Prefer standard `where` over AREL #155

Closed bdunne closed 4 years ago

miq-bot commented 4 years ago

Checked commit https://github.com/bdunne/manageiq-api-common/commit/6329b4641cde34e3871b0695314ac9d9361c006f with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 1 file checked, 0 offenses detected Everything looks fine. :cake:

bdunne commented 4 years ago

It doesn't look like this is going to work with the tag filtering I need to do

carbonin commented 4 years ago

So just as a recap, did this fix the issue with the acts_as_tenant gem? Also curious what about the filtering would make a difference between these implementations.