1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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 Add note about broadcast_to/broadcasting_for to change log 2019-01-22 15:29:12 -05:00
callbacks.rb Class methods in the class_methods blocks are wrongly appeared in the doc 2018-04-04 09:04:15 +09:00
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