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
Following error is raised in ActionCable benchmarks:
/ruby-bench-suite/rails/benchmarks/support/actioncable_helpers.rb:34:in `<top (required)>': undefined method `channel_paths=' for #<ActionCable::Server::Configuration:0x007f17623a12b0> (NoMethodError)
from /ruby-bench-suite/rails/benchmarks/bm_actioncable_redis.rb:5:in `require_relative'
from /ruby-bench-suite/rails/benchmarks/bm_actioncable_redis.rb:5:in `<main>'
The text was updated successfully, but these errors were encountered:
It looks like this method was removed in rails/rails@a8df1bc. Actually, it was not part of the public API so this explains why it hasn't gone through a deprecation cycle and it now fails.
I'm not sure this is needed anymore but I didn't test though. I hope this helped you ! :-)
Following error is raised in ActionCable benchmarks:
The text was updated successfully, but these errors were encountered: