aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
...
* nodoc AC::Connection::WebSocketT.J. Schuck2017-06-161-1/+1
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-147-9/+9
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-033-4/+4
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-4/+2
* Define path with __dir__bogdanvlviv2017-05-235-10/+8
* identifiers is already defined via Connection::Identification moduleAkira Matsuda2017-05-211-1/+1
* Suppress `warning: assigned but unused variable - stdout`Koichi ITO2017-05-121-1/+1
* Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-1/+2
* Log any errors originating from the socketedwardmp2017-04-162-1/+8
* Work around all the thingsMatthew Draper2017-04-061-1/+11
* Avoid "can't modify frozen IOError" failuresMatthew Draper2017-04-051-5/+16
* Rename local variable name `current_user` to `verified_user` [ci skip]Ryuta Kamizono2017-03-251-2/+2
* Revert "Merge pull request #28569 from HarryCollins/patch-1"Kasper Timm Hansen2017-03-251-1/+1
* Update Action Cable README.md - typo fixHarryCollins2017-03-251-1/+1
* Document AC::Connection::Authorization#reject_unauthorized_connectionT.J. Schuck2017-03-221-5/+5
* Fix a race in ActionCable stream testsMatthew Draper2017-03-231-0/+4
* Start Rails 5.2 developmentMatthew Draper2017-03-223-48/+4
* Restore action_cable.js UMD module support. Fixes #28366Javan Makhmali2017-03-111-1/+35
* Update package.jsonRafael Mendonça França2017-02-231-1/+1
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-232-1/+9
* Move some ActionCable logs to debug levelMartijn Storck2017-02-062-2/+2
* bin/test for Active Job and Action Cable testsAkira Matsuda2017-02-021-0/+4
* correctly check error messageyuuji.yaginuma2017-01-251-3/+6
* Add changelog entry for #27425 [ci skip]Chad Ingram2017-01-211-0/+6
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-177-0/+71
* Fix missing bracket.Eugene2017-01-141-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-062-3/+6
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-3/+3
* Merge pull request #25626 from maclover7/jm-standardize-ac-readmeRafael França2017-01-031-0/+9
|\
| * Standardize Action Cable README.mdJon Moss2016-07-021-0/+9
* | Bump license years for 2017Jon Moss2016-12-312-2/+2
* | Upgrade to nio4r 2.0.0Tony Arcieri2016-12-281-1/+1
* | Small edits to actioncable/CHANGELOG.mdJon Moss2016-12-271-2/+2
* | Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-245-25/+24
* | Privatize unneededly protected methods in Action Cable testsAkira Matsuda2016-12-243-3/+3
* | Describe what we are protectingAkira Matsuda2016-12-234-0/+8
* | Fix typo in channel generator usage messageCarlos Eduardo Monti2016-12-191-2/+2
* | ActionCable::Connection::Base doc code sample syntax errorMSP-Greg2016-12-061-4/+1
* | Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-302-2/+28
* | Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
* | use correct value in example [ci skip]yuuji.yaginuma2016-11-141-1/+1
* | Changelog editsVipul A M2016-11-121-4/+4
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-298-18/+18
* | Lazy-load blade for actioncable tests; no blade on JRuby.Charles Oliver Nutter2016-10-211-1/+2
* | Permit same-origin connections by defaultMatthew Draper2016-10-115-8/+21
* | Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-114-1/+18
|\ \
| * | Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-214-1/+18
* | | Merge pull request #26714 from matthewd/close-raceMatthew Draper2016-10-074-10/+11
|\ \ \