aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Remove load_paths fileArthur Neves2016-02-271-3/+0
* Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...Jeremy Daer2016-02-261-2/+6
|\
| * Use redis_connector to create redis connections for both subscriptions and br...Pratik Naik2016-02-261-2/+6
* | The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* | Merge pull request #23843 from maclover7/fix-23471Matthew Draper2016-02-253-10/+29
|\ \
| * | Only hijack Rack socket when first neededJon Moss2016-02-243-10/+29
* | | Only open Action Cable connection if data is being sentJon Moss2016-02-241-1/+3
* | | Enable Action Cable routes by defaultJon Moss2016-02-244-5/+27
|/ /
* | Add Ruby formatting to CHANGELOG entryclaudiob2016-02-241-4/+5
* | Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+2
* | Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* | 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