Denis Stael
Results
2
comments of
Denis Stael
I'm with the same problem in my code. I have Events ```ruby class Event < ApplicationRecord has_many :event_grades has_many :grades, through: :event_grades ... ``` Grades ```ruby class Grade < ApplicationRecord...
Some time ago, we also needed to slightly modify the settings for Gush in order to pass additional options to the Redis initialization. In our case, Redis access was password-protected,...