| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Use AS::Executor / AS::Reloader to support reloading in ActionCable | Matthew Draper | 2016-03-02 | 8 | -24/+96 |
* | | | | Remove inconsistency in the Action Cable README [ci skip] | Bouke van der Bijl | 2016-02-29 | 1 | -6/+2 |
| |_|/
|/| | |
|
* | | | Merge pull request #23811 from iamvery/string-channel | David Heinemeier Hansson | 2016-02-28 | 5 | -1/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update changelog | Jay Hayes | 2016-02-24 | 1 | -0/+4 |
| * | | Ensure server broadcasts are to string queue names | Jay Hayes | 2016-02-24 | 2 | -1/+16 |
| * | | Convert stream broadcasting to a string | Jay Hayes | 2016-02-24 | 2 | -0/+18 |
| * | | whitespace | Jay Hayes | 2016-02-24 | 1 | -1/+0 |
* | | | Add small Action Cable documentation fixes | Hayley Anderson | 2016-02-27 | 4 | -13/+13 |
| |/
|/| |
|
* | | Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an... | Jeremy Daer | 2016-02-26 | 1 | -2/+6 |
|\ \ |
|
| * | | Use redis_connector to create redis connections for both subscriptions and br... | Pratik Naik | 2016-02-26 | 1 | -2/+6 |
* | | | The async.callback call should live with the hijack | Matthew Draper | 2016-02-26 | 1 | -4/+5 |
* | | | Merge pull request #23843 from maclover7/fix-23471 | Matthew Draper | 2016-02-25 | 3 | -10/+29 |
|\ \ \ |
|
| * | | | Only hijack Rack socket when first needed | Jon Moss | 2016-02-24 | 3 | -10/+29 |
| | |/
| |/| |
|
* | | | Only open Action Cable connection if data is being sent | Jon Moss | 2016-02-24 | 1 | -1/+3 |
* | | | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 4 | -5/+27 |
|/ / |
|
* | | Add Ruby formatting to CHANGELOG entry | claudiob | 2016-02-24 | 1 | -4/+5 |
* | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 |
* | | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+1 |
* | | 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 |
| |/ / |
|