Steven Jones
Steven Jones
Ransack 2.4.2 (and 2.3.2, likely back to adding Rails 5.0 support b/c left_outer_joins changes) has an issue with failing to reuse pre-existing LEFT OUTER JOINS. I'd hope that Postgres would...
I have a case where I persist a record of request input (email processing) before evaluating which tenant it should be assigned to. When trying to add a tenant id...
a ActiveModel::MissingAttributeError is raised in the model_extensions.rb `after_initialize` block if the `partition_key` is not included in the custom select was ```ruby # New instances should have the tenant set after_initialize...
Not necessarily specific to Rails 5, but togglv8's dependency on `logger` gem causes selenium to fail due to `Selenium::WebDriver.logger.level` not being an integer addresses https://github.com/kanet77/togglv8/issues/25 also fixed specs to run...
I have an issue where this plugin uses gem source CODEOWNERS instead of project root CODEOWNERS. I have `gem "redis-store"` and all my files are being attributed to `tubbo` via...