| Commit message (Expand) | Author | Age | Files | Lines |
* | Gracefully handle disconnected clients | Jeremy Daer | 2016-03-20 | 2 | -0/+132 |
* | AC: skip PG adapter tests if the db isn't available | Jeremy Daer | 2016-03-11 | 1 | -0/+7 |
* | Merge pull request #23992 from matthewd/em-option | Matthew Draper | 2016-03-04 | 13 | -17/+73 |
|\ |
|
| * | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 13 | -17/+73 |
* | | Accept JSON with no backslashes/escaping | Jon Moss | 2016-03-02 | 2 | -2/+3 |
* | | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type | Matthew Draper | 2016-03-02 | 2 | -2/+9 |
|\ \ |
|
| * | | Make ping into a message type | Daniel Rhodes | 2016-03-01 | 1 | -1/+1 |
| * | | Added welcome message type and fix test hacks | Daniel Rhodes | 2016-03-01 | 2 | -1/+7 |
* | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -3/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -3/+0 |
* | | | Use AS::Executor / AS::Reloader to support reloading in ActionCable | Matthew Draper | 2016-03-02 | 2 | -0/+24 |
| |/
|/| |
|
* | | Merge pull request #23811 from iamvery/string-channel | David Heinemeier Hansson | 2016-02-28 | 2 | -0/+31 |
|\ \
| |/
|/| |
|
| * | Ensure server broadcasts are to string queue names | Jay Hayes | 2016-02-24 | 1 | -0/+15 |
| * | Convert stream broadcasting to a string | Jay Hayes | 2016-02-24 | 1 | -0/+17 |
| * | whitespace | Jay Hayes | 2016-02-24 | 1 | -1/+0 |
* | | Only hijack Rack socket when first needed | Jon Moss | 2016-02-24 | 1 | -0/+20 |
|/ |
|
* | 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 |
* | | Confirm connection monitor subscription on open | Pratik Naik | 2016-02-23 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #23715 from maclover7/fix-unsubscribe | Matthew Draper | 2016-02-19 | 2 | -0/+25 |
|\ |
|
| * | Fix `unsubscribed` server side behavior | Jon Moss | 2016-02-18 | 2 | -0/+25 |
* | | Use a semaphore to signal message availability | Matthew Draper | 2016-02-19 | 1 | -7/+8 |
|/ |
|
* | 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 | 2 | -16/+0 |
* | Inject Rails' channel paths in engine. | Kasper Timm Hansen | 2016-02-14 | 2 | -17/+1 |
* | 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 |
* | Merge pull request #23381 from matthewd/uneventful-redis | Matthew Draper | 2016-02-02 | 2 | -1/+17 |
|\ |
|
| * | Switch the default redis adapter to a single-stream model | Matthew Draper | 2016-02-01 | 2 | -1/+17 |
* | | 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 |
| |/ |
|
* / | 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 |
* | 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 |
* | Handle more IO errors (especially, ECONNRESET) | Matthew Draper | 2016-01-30 | 2 | -0/+31 |
* | Add a couple of tests that connect with a WS client | Matthew Draper | 2016-01-30 | 2 | -0/+251 |
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 8 | -51/+32 |
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 8 | -32/+51 |
* | Ditch the EM error logging helper | Matthew Draper | 2016-01-24 | 1 | -1/+0 |
* | Import the relevant portions of faye-websocket | Matthew Draper | 2016-01-24 | 4 | -8/+9 |
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 5 | -42/+23 |
* | Add tests for the ActionCable adapters | Matthew Draper | 2016-01-24 | 7 | -0/+227 |
* | Fix code review comments | Jon Moss | 2016-01-18 | 4 | -9/+9 |
* | ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter | Jon Moss | 2016-01-18 | 3 | -6/+6 |
* | All Redis deps are now optional, Postgres --> PostgreSQL adapter | Jon Moss | 2016-01-18 | 2 | -2/+0 |
* | Tests passing and small refactoring | Jon Moss | 2016-01-18 | 6 | -36/+64 |
* | Adapterize ActionCable storage and extract behavior | Jon Moss | 2016-01-18 | 1 | -0/+64 |
* | Revert "Merge pull request #22977 from rails/revert-22934-master" | David Heinemeier Hansson | 2016-01-16 | 7 | -12/+0 |