aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...Rafael França2016-02-231-3/+3
|\
| * remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-3/+3
* | Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-235-7/+51
|\ \ | |/ |/|
| * Fix isAlive condition and add more loggingJavan Makhmali2016-02-231-5/+7
| * ActionCable.logJavan Makhmali2016-02-233-14/+25
| * Uninstall event handlers when replacing WebSocket instanceJavan Makhmali2016-02-231-0/+6
| * Connection#isAliveJavan Makhmali2016-02-231-3/+3
| * Log ConnectionMonitor connectPratik Naik2016-02-231-0/+1
| * Confirm connection monitor subscription on openPratik Naik2016-02-232-2/+9
| * Treat 'closing' state as closed.Pratik Naik2016-02-231-3/+6
| * Add client-side console logging to help debug reconnect issuesJavan Makhmali2016-02-232-1/+15
* | Action Cable readme fix [ci skip]Mehmet Emin İNAÇ2016-02-231-4/+4
* | Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-2216-70/+67
|\ \
| * | Full Action Cable documentation read throughJon Moss2016-02-1716-70/+67
* | | Add notes for future selvesJon Moss2016-02-221-0/+1
* | | Generate ApplicationCable files if they do not already existJon Moss2016-02-223-0/+26
| |/ |/|
* | Fixed typoChashmeet Singh2016-02-211-1/+1
* | Merge pull request #23709 from jankeesvw/set-action-cable-logging-to-debugDavid Heinemeier Hansson2016-02-191-1/+1
|\ \
| * | Truncate ActionCable broadcast message to 300 charsJankees van Woezik2016-02-181-1/+1
| |/
* | Merge pull request #23715 from maclover7/fix-unsubscribeMatthew Draper2016-02-194-6/+28
|\ \
| * | Fix `unsubscribed` server side behaviorJon Moss2016-02-184-6/+28
| |/
* / Use a semaphore to signal message availabilityMatthew Draper2016-02-191-7/+8
|/
* Merge pull request #23505 from kaspth/inject-rails-config-through-railtieKasper Timm Hansen2016-02-145-54/+15
|\
| * Don't rely on the global server as a receiver.Kasper Timm Hansen2016-02-143-10/+4
| * Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-144-18/+6
| * Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-144-26/+5
* | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-132-2/+2
* | Merge pull request #23546 from maclover7/cable-readme-updateJon Moss2016-02-111-8/+7
|\ \
| * | ActionCable README updatesJon Moss2016-02-081-8/+7
* | | Merge remote-tracking branch 'origin/master' into actioncable_loggingkp2016-02-1030-129/+693
|\ \ \
| * | | Fix tiny grammar.Mawueli Kofi Adzoe2016-02-091-1/+1
| * | | Fix typo [ci skip]Ryuta Kamizono2016-02-091-1/+1
| |/ /
| * | Merge pull request #23556 from y-yagi/remove_faye-websocket_from_readmeप्रथमेश Sonpatki2016-02-081-1/+1
| |\ \
| | * | remove `faye-websocket` dependency from README [ci skip]yuuji.yaginuma2016-02-081-1/+1
| | |/
| * / config examples for ActionCable now use Rails.application.config.action_cableDaniel Fox2016-02-071-3/+3
| |/
| * Cant run on an out-of-the-box OSX installation without running out of TOO MAN...David Heinemeier Hansson2016-02-051-1/+1
| * don’t explicitly mention EventMachine [ci skip]yuuji.yaginuma2016-02-051-1/+1
| * Allow for non-standard redis connectorsDavid Heinemeier Hansson2016-02-043-3/+22
| * Document the fact that Action Cable does not require a multi-threaded app serverHongli Lai (Phusion)2016-02-031-2/+11
| * [ci skip] Several ActionCable documentation updates:Nick Quaranto2016-02-024-40/+53
| * Add some Action Cable CHANGELOG entriesRafael Mendonça França2016-02-011-1/+10
| * Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-012-1/+6
| * Merge pull request #23381 from matthewd/uneventful-redisMatthew Draper2016-02-024-31/+210
| |\
| | * Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-014-31/+210
| * | Remove development dependencies from actioncable.gemspecMatthew Draper2016-02-011-9/+0
| * | Merge pull request #23370 from maclover7/actioncable-main-travis-buildGuillermo Iguaran2016-01-311-9/+0
| |\ \
| | * | Remove unused methodJon Moss2016-01-311-9/+0
| | |/
| * | Drop the runtime dependency on coffee-railsMatthew Draper2016-02-011-1/+0
| * | Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-019-16/+24
| * | Merge pull request #23369 from maclover7/actioncable-assets-reduxMatthew Draper2016-02-0110-7/+48
| |\ \