index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actioncable
/
lib
/
action_cable
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add streams assert methods to ActionCable channel test case
Sergey Ponomarev
2018-12-18
1
-4
/
+45
*
Add Missing ActiveSupport::Rescuable to ActionCable::Channel
Ilia Kasianenko
2018-12-12
1
-0
/
+4
*
Fix typos
R.T. Lechow
2018-10-01
1
-2
/
+2
*
Remove Rails 5.0 workaround from ActionCable::Channel::TestCase
Vladimir Dementyev
2018-09-27
1
-6
/
+2
*
Add ActionCable::Channel::TestCase
Vladimir Dementyev
2018-09-26
1
-0
/
+275
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Class methods in the `class_methods` blocks are wrongly appeared in the doc
Ryuta Kamizono
2018-04-04
3
-3
/
+3
*
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
6
-1
/
+11
*
Make actioncable ready for frozen strings
Kir Shatrov
2017-07-23
1
-1
/
+5
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
6
-6
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
6
-0
/
+6
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
*
Move some ActionCable logs to debug level
Martijn Storck
2017-02-06
1
-1
/
+1
*
Privatize unneededly protected methods in Action Cable
Akira Matsuda
2016-12-24
1
-14
/
+13
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...
Matthew Draper
2016-10-01
2
-17
/
+23
|
\
|
*
Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...
palkan
2016-09-22
2
-25
/
+20
|
*
[Fix #25381] Avoid race condition on subscription confirmation
palkan
2016-09-20
2
-9
/
+20
*
|
[ci fix] Fix API documentation for Streams module from Action Cable
Prathamesh Sonpatki
2016-09-06
1
-4
/
+4
|
/
*
Prevent invocation of channel action if rejected connection
Jon Moss
2016-08-19
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in actioncable/lib
Xavier Noria
2016-08-06
5
-8
/
+8
*
Periodic timers: delegate async instance_exec to the worker pool
Jeremy Daer
2016-06-29
1
-3
/
+1
*
fix grammar
Rajat Bansal
2016-05-31
1
-1
/
+1
*
Improve method description
Roman Pushkin
2016-05-18
1
-0
/
+1
*
Fix code formatting in docs
Jay Hayes
2016-05-03
1
-2
/
+2
*
Cable: Extract stream handler construction
Jeremy Daer
2016-04-18
1
-10
/
+52
*
Cable: Periodic timers refresh
Jeremy Daer
2016-04-18
1
-7
/
+45
*
Merge pull request #24600 from tomkadwill/action-cabel-channel-typos
Vipul A M
2016-04-18
2
-3
/
+3
|
\
|
*
Fix typos in ActionCable Channel [ci skip]
Tom Kadwill
2016-04-18
2
-3
/
+3
*
|
Run Action Cable callbacks through the worker pool
Sean Griffin
2016-04-13
1
-2
/
+5
|
/
*
Cable message encoding
Jeremy Daer
2016-03-31
2
-14
/
+24
*
Keep logging in the ActionCable::Channel::Base
Rafael Mendonça França
2016-03-30
2
-41
/
+6
*
Add AS::Notifications and LogSubscriber to ActionCable::Channel
Matthew Wear
2016-03-04
2
-8
/
+56
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
2
-2
/
+2
*
Merge pull request #23811 from iamvery/string-channel
David Heinemeier Hansson
2016-02-28
1
-0
/
+1
|
\
|
*
Convert stream broadcasting to a string
Jay Hayes
2016-02-24
1
-0
/
+1
*
|
Add small Action Cable documentation fixes
Hayley Anderson
2016-02-27
2
-2
/
+2
|
/
*
Merge pull request #23668 from maclover7/cable-docs
Rafael França
2016-02-22
2
-17
/
+17
|
\
|
*
Full Action Cable documentation read through
Jon Moss
2016-02-17
2
-17
/
+17
*
|
Fixed typo
Chashmeet Singh
2016-02-21
1
-1
/
+1
*
|
Truncate ActionCable broadcast message to 300 chars
Jankees van Woezik
2016-02-18
1
-1
/
+1
|
/
*
[ci skip] Several ActionCable documentation updates:
Nick Quaranto
2016-02-02
2
-24
/
+35
*
Revert "Revert "Eliminate the EventMachine dependency""
Matthew Draper
2016-01-30
2
-3
/
+3
*
Revert "Eliminate the EventMachine dependency"
David Heinemeier Hansson
2016-01-27
2
-3
/
+3
*
Using a hacked faye-websocket, drop EventMachine
Matthew Draper
2016-01-24
2
-3
/
+3
*
Normalize on no arguments for the success callback
Matthew Draper
2016-01-24
1
-1
/
+1
*
Fix code review comments
Jon Moss
2016-01-18
1
-3
/
+3
*
Pull the action methods directly onto the adapter
Matthew Draper
2016-01-18
1
-4
/
+4
*
Adapterize ActionCable storage and extract behavior
Jon Moss
2016-01-18
1
-2
/
+2
[next]