| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport... | Rafael França | 2016-02-23 | 1 | -3/+3 |
|\ |
|
| * | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -3/+3 |
* | | Merge pull request #23813 from lifo/faye-websocket | David Heinemeier Hansson | 2016-02-23 | 5 | -7/+51 |
|\ \
| |/
|/| |
|
| * | Fix isAlive condition and add more logging | Javan Makhmali | 2016-02-23 | 1 | -5/+7 |
| * | ActionCable.log | Javan Makhmali | 2016-02-23 | 3 | -14/+25 |
| * | Uninstall event handlers when replacing WebSocket instance | Javan Makhmali | 2016-02-23 | 1 | -0/+6 |
| * | Connection#isAlive | Javan Makhmali | 2016-02-23 | 1 | -3/+3 |
| * | Log ConnectionMonitor connect | Pratik Naik | 2016-02-23 | 1 | -0/+1 |
| * | Confirm connection monitor subscription on open | Pratik Naik | 2016-02-23 | 2 | -2/+9 |
| * | 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 |
| |\ \ |
|