You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of making this gem rails optional. If Rails is present, sprinkle in the Rails.application.redis.for helpers. Otherwise, the functionality can be exposed elsewhere. The change might also require us to audit the library to ensure we're not using any rails helpers, and upgrading the specs to run with/without rails installed
Thoughts on renaming this gem to
ruby_at_scale-redis
and making it Rails-agnostic? This looks small enough that you might only have to:BigRails::Redis
ActiveSupport::Autoload
dependency with ZeitwerkThe text was updated successfully, but these errors were encountered: