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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Treat 'closing' state as closed.
Pratik Naik
2016-02-23
1
-3
/
+6
|
*
|
Add client-side console logging to help debug reconnect issues
Javan Makhmali
2016-02-23
2
-1
/
+15
|
|
/
*
|
Action Cable readme fix [ci skip]
Mehmet Emin İNAÇ
2016-02-23
1
-4
/
+4
*
|
Merge pull request #23668 from maclover7/cable-docs
Rafael França
2016-02-22
16
-70
/
+67
|
\
\
|
*
|
Full Action Cable documentation read through
Jon Moss
2016-02-17
16
-70
/
+67
*
|
|
Add notes for future selves
Jon Moss
2016-02-22
1
-0
/
+1
*
|
|
Generate ApplicationCable files if they do not already exist
Jon Moss
2016-02-22
3
-0
/
+26
|
|
/
|
/
|
*
|
Fixed typo
Chashmeet Singh
2016-02-21
1
-1
/
+1
*
|
Merge pull request #23709 from jankeesvw/set-action-cable-logging-to-debug
David Heinemeier Hansson
2016-02-19
1
-1
/
+1
|
\
\
|
*
|
Truncate ActionCable broadcast message to 300 chars
Jankees van Woezik
2016-02-18
1
-1
/
+1
|
|
/
*
|
Merge pull request #23715 from maclover7/fix-unsubscribe
Matthew Draper
2016-02-19
4
-6
/
+28
|
\
\
|
*
|
Fix `unsubscribed` server side behavior
Jon Moss
2016-02-18
4
-6
/
+28
|
|
/
*
/
Use a semaphore to signal message availability
Matthew Draper
2016-02-19
1
-7
/
+8
|
/
*
Merge pull request #23505 from kaspth/inject-rails-config-through-railtie
Kasper Timm Hansen
2016-02-14
5
-54
/
+15
|
\
|
*
Don't rely on the global server as a receiver.
Kasper Timm Hansen
2016-02-14
3
-10
/
+4
|
*
Default connection class to ActionCable::Connection::Base.
Kasper Timm Hansen
2016-02-14
4
-18
/
+6
|
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
4
-26
/
+5
*
|
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
2
-2
/
+2
*
|
Merge pull request #23546 from maclover7/cable-readme-update
Jon Moss
2016-02-11
1
-8
/
+7
|
\
\
|
*
|
ActionCable README updates
Jon Moss
2016-02-08
1
-8
/
+7
*
|
|
Merge remote-tracking branch 'origin/master' into actioncable_logging
kp
2016-02-10
30
-129
/
+693
|
\
\
\
|
*
|
|
Fix tiny grammar.
Mawueli Kofi Adzoe
2016-02-09
1
-1
/
+1
|
*
|
|
Fix typo [ci skip]
Ryuta Kamizono
2016-02-09
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #23556 from y-yagi/remove_faye-websocket_from_readme
प्रथमेश Sonpatki
2016-02-08
1
-1
/
+1
|
|
\
\
|
|
*
|
remove `faye-websocket` dependency from README [ci skip]
yuuji.yaginuma
2016-02-08
1
-1
/
+1
|
|
|
/
|
*
/
config examples for ActionCable now use Rails.application.config.action_cable
Daniel Fox
2016-02-07
1
-3
/
+3
|
|
/
|
*
Cant run on an out-of-the-box OSX installation without running out of TOO MAN...
David Heinemeier Hansson
2016-02-05
1
-1
/
+1
|
*
don’t explicitly mention EventMachine [ci skip]
yuuji.yaginuma
2016-02-05
1
-1
/
+1
|
*
Allow for non-standard redis connectors
David Heinemeier Hansson
2016-02-04
3
-3
/
+22
|
*
Document the fact that Action Cable does not require a multi-threaded app server
Hongli Lai (Phusion)
2016-02-03
1
-2
/
+11
|
*
[ci skip] Several ActionCable documentation updates:
Nick Quaranto
2016-02-02
4
-40
/
+53
|
*
Add some Action Cable CHANGELOG entries
Rafael Mendonça França
2016-02-01
1
-1
/
+10
|
*
Preparing for Rails 5.0.0.beta2
Sean Griffin
2016-02-01
2
-1
/
+6
|
*
Merge pull request #23381 from matthewd/uneventful-redis
Matthew Draper
2016-02-02
4
-31
/
+210
|
|
\
|
|
*
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
4
-31
/
+210
|
*
|
Remove development dependencies from actioncable.gemspec
Matthew Draper
2016-02-01
1
-9
/
+0
|
*
|
Merge pull request #23370 from maclover7/actioncable-main-travis-build
Guillermo Iguaran
2016-01-31
1
-9
/
+0
|
|
\
\
|
|
*
|
Remove unused method
Jon Moss
2016-01-31
1
-9
/
+0
|
|
|
/
|
*
|
Drop the runtime dependency on coffee-rails
Matthew Draper
2016-02-01
1
-1
/
+0
|
*
|
Wrangle the asset build into something that sounds more general
Matthew Draper
2016-02-01
9
-16
/
+24
|
*
|
Merge pull request #23369 from maclover7/actioncable-assets-redux
Matthew Draper
2016-02-01
10
-7
/
+48
|
|
\
\
|
|
*
|
Improvements and reorganization of assets
Jon Moss
2016-01-30
10
-3
/
+10
|
|
*
|
Add task to create precompiled action_cable.js and reorganize to accommodate
Javan Makhmali
2016-01-30
10
-7
/
+41
|
|
|
/
|
*
/
Wait for EventMachine to finish starting
Matthew Draper
2016-02-01
1
-0
/
+1
|
|
/
|
*
Use a gentler disconnect
Matthew Draper
2016-01-30
1
-2
/
+2
|
*
Don't bother stopping EM between tests
Matthew Draper
2016-01-30
1
-38
/
+3
|
*
remove require logging
Kesha Antonov
2016-01-29
1
-2
/
+0
|
*
Keep the socket reference after close
Matthew Draper
2016-01-30
1
-3
/
+2
|
*
Reduce the client count, in hope of a more consistent test
Matthew Draper
2016-01-30
1
-3
/
+3
|
*
Be more patient while gathering the expected responses
Matthew Draper
2016-01-30
1
-4
/
+3
[prev]
[next]