aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Test single latest browser versionJavan Makhmali2016-05-311-6/+6
* Bash markdown syntaxAnubhav Saxena2016-05-271-1/+1
* CI: run Action Cable browser tests in Sauce LabsJon Moss2016-05-252-2/+27
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Build action_cable.js with BladeJavan Makhmali2016-05-243-42/+11
* Remove Blade gem dependencyVipul A M2016-05-211-2/+0
* Merge pull request #25076 from jeroenvisser101/keep-to-max-lengthSean Griffin2016-05-212-2/+4
|\
| * Change comments to not exceed 80 charactersJeroen Visser2016-05-192-2/+4
* | Pass over Action Cable docsJon Moss2016-05-212-4/+4
* | Merge pull request #24918 from prathamesh-sonpatki/cable-assetsRafael França2016-05-212-1/+20
|\ \ | |/ |/|
| * Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-172-1/+20
* | Improve method descriptionRoman Pushkin2016-05-181-0/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-141-2/+2
|\
| * Fix code formatting in docsJay Hayes2016-05-031-2/+2
* | 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