aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
...
* | Attributes are protected, not private, to avoid the warningMatthew Draper2017-08-201-1/+2
* | Capitalize RedisJon Moss2017-08-171-1/+1
* | Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* | Remove unused `close_connection` in Action Cable tests (#30195)Ryuta Kamizono2017-08-112-8/+0
* | [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-072-2/+2
* | Lint actioncable/CHANGELOG.mdJon Moss2017-08-061-3/+3
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-2380-1/+158
* | Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* | Fix postgresql adapter setup for ActionCable testspalkan2017-07-111-1/+1
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-063-3/+31
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-13/+3
|\ \
| * | Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-13/+3
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0280-80/+0
| * | Enforce frozen string in RubocopKir Shatrov2017-07-0180-0/+80
* | | [Action Cable] require => require_relativeAkira Matsuda2017-07-013-3/+3
|/ /
* | Merge pull request #29588 from greysteil/add-gemspec-linksRafael França2017-06-281-0/+5
|\ \
| * | Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
* | | Adds CHANGELOG for f55ecc6 [ci skip]Marc Rendl Ignacio2017-06-271-0/+9
* | | Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-223-3/+13
|/ /
* | 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
|\