aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib
Commit message (Expand)AuthorAgeFilesLines
* Update authorization.rbEsquith Allen2018-10-301-1/+1
* Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* Fix typosR.T. Lechow2018-10-011-2/+2
* 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-262-0/+276
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-1/+2
* DRY in `assert_broadcasts`bogdanvlviv2018-08-231-2/+3
* Clarify api docs of ActionCable::SubscriptionAdapter::Testbogdanvlviv2018-08-232-2/+2
* Add Action Cable test case and test helperVladimir Dementyev2018-08-193-0/+145
* Add Action Cable test adapterVladimir Dementyev2018-08-192-0/+41
* Better compatibility with SPEC.Samuel Williams2018-07-041-2/+4
* Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-8/+24
|\
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-8/+24
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* | Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-044-4/+4
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-16/+4
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-136-0/+0
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-231-89/+0
* | [Action Cable] require_relative => requireAkira Matsuda2017-10-213-3/+3
* | Merge pull request #30748 from jeremy/redis-rb-4.0.1Jeremy Daer2017-10-082-3/+3
|\ \
| * | redis-rb 4.0 supportJeremy Daer2017-10-082-3/+3
* | | Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-3/+16
|/ /
* | ActionCable: use find method when unsubscribingRichard Machielse2017-09-261-1/+1
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-0/+2
* | Use typewriter in doc for Action Cable [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* | Attributes are protected, not private, to avoid the warningMatthew Draper2017-08-201-1/+2
* | Capitalize RedisJon Moss2017-08-171-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-2342-1/+83
* | Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-3/+8
* | [Action Cable] require => require_relativeAkira Matsuda2017-07-013-3/+3
* | Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-221-1/+3
* | nodoc AC::Connection::WebSocketT.J. Schuck2017-06-161-1/+1
* | 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-231-1/+1
* | identifiers is already defined via Connection::Identification moduleAkira Matsuda2017-05-211-1/+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