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/connection
Jean Boussier c91c266872 Enable Style/ExplicitBlockArgument cop
This reduce the stack size which is beneficial for
exceptions performance.

See: https://gist.github.com/byroot/cb3bcadcc3701c2518d002fb8d3a4e7a

However the cop is unsafe because it might change the block arity,
so it can run into some false positives.
2021-09-05 17:06:19 +02:00
..
authorization.rb Update authorization.rb 2018-10-30 16:57:42 -04:00
base.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
client_socket.rb Enable autocorrect for Lint/EndAlignment cop 2018-01-18 17:19:13 +09:00
identification.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
internal_channel.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
message_buffer.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
stream.rb Better compatibility with SPEC. 2018-07-04 12:45:35 +12:00
stream_event_loop.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
subscriptions.rb Do not allow subscribing to Base channel 2020-11-24 22:30:03 -05:00
tagged_logger_proxy.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
test_case.rb update from PR #36222 2020-02-12 13:31:43 -05:00
web_socket.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00