aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #34845 from palkan/feature/action-cable-connection-testingKasper Timm Hansen2019-01-133-0/+434
|\ \ | |/ |/|
| * feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-023-0/+434
* | Move all npm packages to @rails scopeJavan Makhmali2019-01-103-5/+5
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
|/
* Merge pull request #34831 from arunagw/bump-year-to-2019Arun Agrawal2018-12-312-2/+2
|\
| * Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* | Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-312-6/+73
|\ \ | |/ |/|
| * Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-182-6/+73
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-104/+90
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
|/
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-122-1/+21
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-059-10/+46
* Add missing authorship to ActionCable changelog entryRichard Macklin2018-12-021-0/+2
* Merge pull request #34590 from rmacklin/use-websocket-adapter-in-getStateJavan Makhmali2018-12-025-4/+37
|\
| * Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-015-4/+37
* | Remove obsolete yarn.lock files and check in root yarn.lock fileRichard Macklin2018-12-021-4053/+0
|/
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-0115-289/+324
* Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-2622-4778/+2479
* Synchronize ActionCable JS source code with compiled bundleRichard Macklin2018-11-161-3/+4
* Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
* Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-0216-302/+2748
* Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-026-279/+228
* Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-026-401/+581
* Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-0/+0
* Update authorization.rbEsquith Allen2018-10-301-1/+1
* Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* fix broken link in Action Cable guides and readme [ci skip]Greg Molnar2018-10-081-1/+1
* Fix typosR.T. Lechow2018-10-012-3/+3
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-306-31/+16
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-6/+6
* Remove Rails 5.0 workaround from ActionCable::Channel::TestCaseVladimir Dementyev2018-09-271-6/+2
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-263-0/+464
* Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-9/+10
|\
| * Remove private defSakshi Jain2018-09-231-9/+10
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
|/
* Fix test case to ensure default connection id is filledRyuta Kamizono2018-09-071-2/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-053-3/+30
* Update link for `Rack socket hijacking API`nisusam2018-09-041-2/+2
* DRY in `assert_broadcasts`bogdanvlviv2018-08-232-2/+13
* Simplify configuring of `ActionCable.server.config.logger` for actioncable testsbogdanvlviv2018-08-231-1/+1
* Clarify api docs of ActionCable::SubscriptionAdapter::Testbogdanvlviv2018-08-232-2/+2
* Add Action Cable test case and test helperVladimir Dementyev2018-08-195-0/+255
* Add Action Cable test adapterVladimir Dementyev2018-08-193-0/+88
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Remove thirdparty FIXMEAlberto Almagro2018-07-251-2/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Better compatibility with SPEC.Samuel Williams2018-07-041-2/+4