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
Matthew Draper 2e6658ae51 Clarify intentions around method redefinitions
Don't use remove_method or remove_possible_method just before a new
definition: at best the purpose is unclear, and at worst it creates a
race condition.

Instead, prefer redefine_method when practical, and
silence_redefinition_of_method otherwise.
2017-09-01 14:27:13 +09:30
..
channel Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
connection [ci skip] Prefer cookies.encrypted over signed (#30129) 2017-08-07 22:32:03 -05:00
helpers Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
server Use typewriter in doc for Action Cable [ci skip] 2017-08-26 07:56:46 +09:00
subscription_adapter Capitalize Redis 2017-08-17 10:55:10 -04:00
channel.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
connection.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
engine.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
gem_version.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
remote_connections.rb Clarify intentions around method redefinitions 2017-09-01 14:27:13 +09:30
server.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
subscription_adapter.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
version.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00