rails/actioncable/lib/action_cable
Akira Matsuda 5473e390d3 self. is not needed when calling its own instance method
Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
2017-01-05 19:58:52 +09:00
..
channel Privatize unneededly protected methods in Action Cable 2016-12-24 22:16:43 +09:00
connection Privatize unneededly protected methods in Action Cable 2016-12-24 22:16:43 +09:00
helpers use correct value in example [ci skip] 2016-11-14 09:45:28 +09:00
server Permit same-origin connections by default 2016-10-11 12:51:10 +10:30
subscription_adapter Prevent race condition when launching EventMachine reactor 2016-11-30 22:55:04 +10:30
channel.rb Get ready to merge into Rails 2015-12-14 15:48:54 +01:00
connection.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
engine.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
remote_connections.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
server.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
subscription_adapter.rb Split internal subscriber tracking from Postgres adapter 2016-01-24 15:52:47 +10:30
version.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00