aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Publish Action Cable to NPM when we release.Jon Moss2016-05-112-0/+30
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-89/+3
* Kick off initial JavaScript testsJavan Makhmali2016-05-099-0/+4631
* change cable.coffee to cable.js [ci skip]yuuji.yaginuma2016-05-071-5/+10
* Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67'Matthew Draper2016-05-072-1/+6
|\
| * Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+6
* | http --> httpsJon Moss2016-05-061-1/+1
|/
* renames ActionCable::Railtie to ActionCable::EngineXavier Noria2016-05-041-1/+1
* [ci skip] Fix ActionCable READMEwillnet2016-05-021-1/+1
* Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* Merge pull request #24669 from tomkadwill/action_pack_typosVipul A M2016-04-221-1/+1
|\
| * Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-1/+1
* | Log if redis connection is in stale/failed state.Vipul A M2016-04-211-0/+4
|/
* Cable: Extract stream handler constructionJeremy Daer2016-04-186-25/+75
* Cable: Periodic timers refreshJeremy Daer2016-04-184-39/+83
* Merge pull request #24600 from tomkadwill/action-cabel-channel-typosVipul A M2016-04-184-5/+5
|\
| * Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-184-5/+5
* | don't remove `cable.js`yuuji.yaginuma2016-04-161-1/+3
* | Merge pull request #24559 from vipulnsward/fix-ac-testsJeremy Daer2016-04-152-5/+3
|\ \
| * | - Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...Vipul A M2016-04-152-5/+3
* | | Merge pull request #24557 from y-yagi/update_example_to_specify_ac_mount_pathVipul A M2016-04-151-4/+4
|\ \ \ | |/ / |/| |
| * | update example to specify the Action Cable mount path [ci skip]yuuji.yaginuma2016-04-151-4/+4
* | | Run Action Cable callbacks through the worker poolSean Griffin2016-04-132-5/+30
|/ /
* / Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-122-0/+14
|/
* Cable typo: isSupportedProtocol -> isProtocolSupportedJeremy Daer2016-04-051-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-059-24/+93
|\
| * Added protocol negotiationDaniel Rhodes2016-04-058-24/+73
* | Cable message encodingJeremy Daer2016-03-3118-154/+245
* | Cable: reconcile default worker pool size with low db conn pool sizeJeremy Daer2016-03-302-2/+12
* | Fix CHANGELOG entry [ci skip]Rafael Mendonça França2016-03-301-1/+1
* | Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-303-110/+6
* | Merge pull request #23723 from mwear/action_cable_notificationsRafael Mendonça França2016-03-295-8/+204
|\ \
| * | Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-045-8/+204
* | | Cable: Shush pop warnings when skipping Postgres tests.Kasper Timm Hansen2016-03-261-0/+1
* | | Shush up EM::Hiredis when running tests.Kasper Timm Hansen2016-03-261-0/+11
* | | Cable: fix Faye periodic timer shutdown typoJeremy Daer2016-03-241-1/+1
* | | Merge pull request #24259 from jeremy/cable/disconnected-client-errorsJeremy Daer2016-03-235-1/+136
|\ \ \
| * | | Gracefully handle disconnected clientsJeremy Daer2016-03-205-1/+136
* | | | Fix WebSocket already open log message typoJon Evans2016-03-221-1/+1
* | | | Cable: add isolated tests and FAYE=1 test runsJeremy Daer2016-03-201-0/+8
|/ / /
* | / Evented Redis adapter: log reconnect failures as errors, not just infoJeremy Daer2016-03-171-1/+1
| |/ |/|
* | AC: skip PG adapter tests if the db isn't availableJeremy Daer2016-03-111-0/+7
* | Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
|/
* Return subscription object(s) when updating the collectionJavan Makhmali2016-03-041-3/+4
* Make sure ActionCable.Subscriptions#create always returns the newly created s...Pratik Naik2016-03-041-0/+2
* Store reference to Subscriptions instance for convenienceJavan Makhmali2016-03-031-5/+6
* Implicity add Subscription instance to subscriptions collectionJavan Makhmali2016-03-032-13/+12
* Share default mount path with client side .jsJavan Makhmali2016-03-033-3/+4
* Fix location of default mount path valueJavan Makhmali2016-03-031-2/+3
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-033-41/+52