Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Add some documentation explaining subscription rejection | Pratik Naik | 2015-11-04 | 2 | -0/+19 | |
| | | | | | | | ||||||
| | * | | | | | Fix a merge fail syntax issue | Pratik Naik | 2015-11-04 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into subscription-rejection | Pratik Naik | 2015-11-04 | 10 | -50/+65 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Make sure cable closes the connection if open when responding to an invalid ↵ | Pratik Naik | 2015-11-04 | 2 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | request | |||||
| * | | | | | | Merge pull request #113 from dballona/fix-subscription-callbacks | Jeremy Daer | 2015-11-04 | 2 | -3/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing subscription callbacks | |||||
| | * | | | | | | Fixing subscription callbacks | Diego Ballona | 2015-11-04 | 2 | -3/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #106 from nobrick/master | Kasper Timm Hansen | 2015-10-24 | 1 | -2/+2 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary space in README [ci skip] | |||||
| | * | | | | | | Remove unnecessary space in README [ci skip] | Ming Qu | 2015-10-24 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Don't ask an yanked celluloid version | Rafael Mendonça França | 2015-10-23 | 1 | -4/+4 | |
| | | | | | | | ||||||
| * | | | | | | Use our standard name for the Gemfile | Rafael Mendonça França | 2015-10-23 | 2 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix travis matrix | Rafael Mendonça França | 2015-10-23 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #69 from mieko/callbacks | Rafael Mendonça França | 2015-10-23 | 4 | -34/+29 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use ActiveSupport::Callbacks for Channel subscription callbacks. | |||||
| | * | | | | | | Use ActiveSupport::Callbacks for Channel subscription callbacks. | Mike A. Owens | 2015-08-24 | 4 | -33/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rely on AS::Callbacks for callback handling. * Add before_subscribe, after_subscribe, before_unsubscribe and after_unsubscribe convenience methods * alias on_subscribe and on_unsubscribe to after_subscribe and after_unsubscribe, respectively. * Remove `subscribed` and `unsubscribed` from the callback chain: these methods are now executed as the subject of the callbacks. * Update portions of ActionCable to use the more specific callback names. | |||||
| * | | | | | | | Merge pull request #84 from alexpeattie/nonstandard-logger-fix | Rafael França | 2015-10-23 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix NoMethodError when using a custom Rails.logger class | |||||
| | * | | | | | | | Fix NoMethodError when using a custom Rails.logger class | Alex Peattie | 2015-10-06 | 1 | -3/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #46 from rajcybage/readme_fix | Rafael França | 2015-10-23 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | small description on readme for identified_by | |||||
| | * | | | | | | | | [ci skip] small description on readme for identified_by | Rajarshi Das | 2015-07-30 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Better method names in Javascript based on the feedback from @javan | Pratik Naik | 2015-10-22 | 2 | -18/+19 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Allow rejecting subscriptions from the channel | Pratik Naik | 2015-10-21 | 7 | -10/+75 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Fix the error message in tests | Pratik Naik | 2015-10-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Better test name | Pratik Naik | 2015-10-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make sure the subscription confirmaion is only sent out once | Pratik Naik | 2015-10-19 | 2 | -2/+34 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #98 from rails/subscription-confirmation | Pratik | 2015-10-19 | 8 | -18/+76 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Send subscription confirmation from server to the client to avoid race conditions | |||||
| | * | | | | | | | | Freeze the SUBSCRIPTION_CONFIRMATION_INTERNAL_MESSAGE value | Pratik Naik | 2015-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix an error message in the subscription tests | Pratik Naik | 2015-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Send subscription confirmation from server to the client to avoid race ↵ | Pratik Naik | 2015-10-16 | 8 | -18/+76 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditions. Without this, it's very easy to send messages over a subscription even before the redis pubsub has been fully initialized. Now we delay calling the subscription#connected method on the client side until we receive a subscription confirmation message from the server. | |||||
| * | | | | | | | | Fix stream tests | Pratik Naik | 2015-10-16 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Cover stray deps for the logging convenience require | Jeremy Daer | 2015-10-16 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'adjust-reconnect' | Jeremy Daer | 2015-10-16 | 2 | -23/+29 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Tweak reconnect timing | Javan Makhmali | 2015-10-14 | 1 | -14/+15 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove immediate reconnect to help avoid thundering herd after server restarts | Javan Makhmali | 2015-10-14 | 1 | -4/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Avoid returning results of loop | Javan Makhmali | 2015-10-14 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add delay before reopening | Javan Makhmali | 2015-10-14 | 1 | -2/+9 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Improve guard against opening multiple web sockets | Javan Makhmali | 2015-10-14 | 1 | -3/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #97 from lsylvester/speed-up-tests | Jeremy Daer | 2015-10-16 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Speed up tests be calling EM.run_deferred_callbacks instead of setting a timer | |||||
| | * | | | | | | | | | Speed up tests be calling EM.run_deferred_callbacks instead of setting a timer | Lachlan Sylvester | 2015-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The run_in_eventmachine test helper method is setting a 0.1 second timer to stop the event machine loop. This causes each test that requires an event machine loop to wait for 0.1 second regardless of how long the test takes to process. This changes that to call EM.run_deferred_callbacks, which immediatly process pending actions in the event loop and then is able to exit the event loop without doing any waiting. Before this change, running tests produced Finished in 2.957857s, 15.8899 runs/s, 27.7228 assertions/s. After, the tests get Finished in 0.065942s, 712.7514 runs/s, 1243.5237 assertions/s. | |||||
| * | | | | | | | | | | Devolve blanket #require to reveal intent and responsibility | Jeremy Daer | 2015-10-16 | 18 | -76/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`. | |||||
| * | | | | | | | | | | Test against Rails edge by default. CI against 4.2 also. | Jeremy Daer | 2015-10-16 | 6 | -38/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't deep-require to AD::Http::Request since it misses Mime autoload | |||||
| * | | | | | | | | | | Shush some low-hanging Ruby warnings | Jeremy Daer | 2015-10-16 | 5 | -4/+14 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | gemspec: prefer requiring from head of the load path | Jeremy Daer | 2015-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | README was moved to README.md at a9c3fd5 | Jeremy Daer | 2015-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Websockets -> WebSocket spelling [ci skip] | Jeremy Daer | 2015-10-15 | 7 | -28/+28 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Run connection tests in EM loop | Pratik Naik | 2015-10-15 | 10 | -128/+242 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix the variable name in error message to make sure it does not raise an ↵ | Pratik Naik | 2015-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception | |||||
| * | | | | | | | | | Subscribe and unsubscribe from the internal redis channels in the primary EM ↵ | Pratik Naik | 2015-10-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread | |||||
| * | | | | | | | | | Don't add the current connection to the connections array until after all ↵ | Pratik Naik | 2015-10-14 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the callbacks are run | |||||
| * | | | | | | | | | Remove some excessive logging | Pratik Naik | 2015-10-14 | 2 | -3/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #93 from lsylvester/railstie | Kasper Timm Hansen | 2015-10-14 | 3 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | add railtie and set default allowed_request_origins for development | |||||
| | * | | | | | | | | add railtie and set default allowed_request_origins for development | Lachlan Sylvester | 2015-10-15 | 3 | -0/+23 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #89 from kayakyakr/readme-improvements | David Heinemeier Hansson | 2015-10-13 | 1 | -15/+97 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding some examples to the README. |