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
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
..
channel Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
connection add rescue_with support to ActionCable::Connection::Base 2020-03-20 14:49:38 -07:00
helpers Convert CoffeeScript to ES6 syntax 2020-04-17 14:41:40 +03:00
server Remove invalid autoloads in top-level Rails modules 2020-06-08 17:21:26 -04:00
subscription_adapter Update pg gem required version to 1.1 2020-04-27 16:27:40 +09:00
channel.rb Add ActionCable::Channel::TestCase 2018-09-26 22:06:14 -07:00
connection.rb feature: add ActionCable::Connection::TestCase 2019-01-02 19:47:38 -05:00
engine.rb
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
remote_connections.rb
server.rb Remove invalid autoloads in top-level Rails modules 2020-06-08 17:21:26 -04:00
subscription_adapter.rb Add Action Cable test adapter 2018-08-19 19:06:30 -04:00
test_case.rb Add Action Cable test case and test helper 2018-08-19 19:23:33 -04:00
test_helper.rb Implicitly assert no exception is raised in block assertions 2019-10-07 11:01:24 +02:00
version.rb