rails--rails/actioncable/lib/action_cable/channel
Ryuta Kamizono 528b62e386 Address to false negative for Performance/DeletePrefix,DeleteSuffix
Follow up to c07dff7227.

Actually it is not the cop's fault, but we mistakenly use `^`, `$`, and
`\Z` in much places, the cop doesn't correct those conservatively.

I've checked all those usage and replaced all safe ones.
2020-06-14 13:04:47 +09:00
..
base.rb update from PR #36222 2020-02-12 13:31:43 -05:00
broadcasting.rb
callbacks.rb
naming.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
periodic_timers.rb
streams.rb Add method ActionCable::Channel#stream_or_reject_for to stream if record is present, otherwise reject the connection (#38375) 2020-03-07 10:09:08 -08:00
test_case.rb update from PR #36222 2020-02-12 13:31:43 -05:00