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
Samuel Williams 93e185e1d4
Better compatibility with SPEC.
If `env` is duped or otherwise not the same as the original `env` that was
generated at the top of rack middleware, it is impossible for the server hijack
proc to update the right `env` instance. Therefore, capturing the return value
is more reliable. This is the recommendation of the rack SPEC.
2018-07-04 12:45:35 +12:00
..
authorization.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
base.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
client_socket.rb Enable autocorrect for Lint/EndAlignment cop 2018-01-18 17:19:13 +09:00
identification.rb Class methods in the class_methods blocks are wrongly appeared in the doc 2018-04-04 09:04:15 +09: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 Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
tagged_logger_proxy.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
web_socket.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00