Daniel Laloush
Daniel Laloush
here is my solution on this matter: ```ruby require 'websocket-eventmachine-client' require 'forwardable' require 'json' class Websocket extend Forwardable ATTR_READER = %i[ _websocket_client _uri _subscribed connection_tries ] ATTR_WRITER = %i[ _subscribed...
here is my file, it's working fine with parallelize processes ```ruby #=> test/test_helper.rb # frozen_string_literal: true ENV['RAILS_ENV'] ||= 'test' require_relative 'supports/simplecov' require_relative '../config/environment' require 'rails/test_help' module ActiveSupport class TestCase I18n.locale...
you should checkout [PgRLS](https://github.com/Dandush03/pg_rls/tree/pg_rls-1.0.2) it probably solve this by just creating a RLS table and passing the tenant, but i would never recommend adding a RLS implementation for CACHE, just...