aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection
Commit message (Expand)AuthorAgeFilesLines
* Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-291-0/+2
* Fix attribute typo in ActionCable connection test requestSergey Ponomarev2019-01-231-2/+0
* Add Action Cable Testing guidesVladimir Dementyev2019-01-141-1/+1
* Update Action Cable connection testing.Kasper Timm Hansen2019-01-141-44/+39
* feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-021-0/+241
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-3/+8
* Update authorization.rbEsquith Allen2018-10-301-1/+1
* Better compatibility with SPEC.Samuel Williams2018-07-041-2/+4
* Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-041-1/+1
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-16/+4
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* ActionCable: use find method when unsubscribingRichard Machielse2017-09-261-1/+1
* [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-2311-0/+22
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0211-11/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0111-0/+11
* nodoc AC::Connection::WebSocketT.J. Schuck2017-06-161-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Log any errors originating from the socketedwardmp2017-04-161-1/+2
* Document AC::Connection::Authorization#reject_unauthorized_connectionT.J. Schuck2017-03-221-5/+5
* Fix missing bracket.Eugene2017-01-141-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-242-9/+9
* Describe what we are protectingAkira Matsuda2016-12-234-0/+8
* ActionCable::Connection::Base doc code sample syntax errorMSP-Greg2016-12-061-4/+1
* Permit same-origin connections by defaultMatthew Draper2016-10-111-2/+2
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-0/+3
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-0/+3
* | Close the IO from the read loop threadMatthew Draper2016-10-062-1/+1
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-012-3/+3
* | Remove Faye modeMatthew Draper2016-10-012-92/+0
* | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-011-1/+5
|\ \
| * | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-221-2/+4
| * | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-1/+3
* | | Buffer writes to the cable socketsMatthew Draper2016-09-282-11/+92
| |/ |/|
* | [ci skip] Fix formatting in Action Cable Connection::Base module docsPrathamesh Sonpatki2016-09-071-1/+1
|/
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-0610-41/+41
* Merge pull request #25624 from tinco/actioncable_write_raceMatthew Draper2016-07-091-2/+7
|\
| * fix race condition in websocket stream writeTinco Andringa2016-07-011-0/+4
* | close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+1
|/
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-3/+3
* Pass over Action Cable docsJon Moss2016-05-211-1/+1
* Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-181-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-054-7/+21
|\
| * Added protocol negotiationDaniel Rhodes2016-04-054-7/+21
* | Cable message encodingJeremy Daer2016-03-314-38/+33