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
David Heinemeier Hansson 1c275d812f Add option for class_attribute default (#29270)
* Allow a default value to be declared for class_attribute

* Convert to using class_attribute default rather than explicit setter

* Removed instance_accessor option by mistake

* False is a valid default value

* Documentation
2017-05-29 18:01:50 +02:00
..
authorization.rb Document AC::Connection::Authorization#reject_unauthorized_connection 2017-03-22 19:30:49 -04:00
base.rb Log any errors originating from the socket 2017-04-16 20:14:28 +02:00
client_socket.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
identification.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
internal_channel.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
message_buffer.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
stream.rb Close the IO from the read loop thread 2016-10-06 10:31:14 +10:30
stream_event_loop.rb Close the IO from the read loop thread 2016-10-06 10:31:14 +10:30
subscriptions.rb Fix missing bracket. 2017-01-14 01:52:27 +03:00
tagged_logger_proxy.rb Privatize unneededly protected methods in Action Cable 2016-12-24 22:16:43 +09:00
web_socket.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00