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
The README suggests that you assign the Rollout.new instance to the global variable $rollout. This is not generally recommended for Rails applications, discouraged by Rubocop, and mostly because of thread safety and for a few other reasons, if I remember correctly. Why not suggest something like this for a Rails application?
The README suggests that you assign the
Rollout.new
instance to the global variable$rollout
. This is not generally recommended for Rails applications, discouraged by Rubocop, and mostly because of thread safety and for a few other reasons, if I remember correctly. Why not suggest something like this for a Rails application?The text was updated successfully, but these errors were encountered: