| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 1 | -13/+3 |
|\ |
|
| * | Remove redundant `assert_respond_to` | Ryuta Kamizono | 2017-07-03 | 1 | -13/+3 |
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 80 | -80/+0 |
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 80 | -0/+80 |
* | | [Action Cable] require => require_relative | Akira Matsuda | 2017-07-01 | 3 | -3/+3 |
|/ |
|
* | Merge pull request #29588 from greysteil/add-gemspec-links | Rafael França | 2017-06-28 | 1 | -0/+5 |
|\ |
|
| * | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 |
* | | Adds CHANGELOG for f55ecc6 [ci skip] | Marc Rendl Ignacio | 2017-06-27 | 1 | -0/+9 |
* | | Allows for other common redis options to be in cable.yml, by default | Marc Ignacio | 2017-06-22 | 3 | -3/+13 |
|/ |
|
* | nodoc AC::Connection::WebSocket | T.J. Schuck | 2017-06-16 | 1 | -1/+1 |
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 7 | -9/+9 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 3 | -4/+4 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -4/+2 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 5 | -10/+8 |
* | identifiers is already defined via Connection::Identification module | Akira Matsuda | 2017-05-21 | 1 | -1/+1 |
* | Suppress `warning: assigned but unused variable - stdout` | Koichi ITO | 2017-05-12 | 1 | -1/+1 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+2 |
* | Log any errors originating from the socket | edwardmp | 2017-04-16 | 2 | -1/+8 |
* | Work around all the things | Matthew Draper | 2017-04-06 | 1 | -1/+11 |
* | Avoid "can't modify frozen IOError" failures | Matthew Draper | 2017-04-05 | 1 | -5/+16 |
* | Rename local variable name `current_user` to `verified_user` [ci skip] | Ryuta Kamizono | 2017-03-25 | 1 | -2/+2 |
* | Revert "Merge pull request #28569 from HarryCollins/patch-1" | Kasper Timm Hansen | 2017-03-25 | 1 | -1/+1 |
* | Update Action Cable README.md - typo fix | HarryCollins | 2017-03-25 | 1 | -1/+1 |
* | Document AC::Connection::Authorization#reject_unauthorized_connection | T.J. Schuck | 2017-03-22 | 1 | -5/+5 |
* | Fix a race in ActionCable stream tests | Matthew Draper | 2017-03-23 | 1 | -0/+4 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 3 | -48/+4 |
* | Restore action_cable.js UMD module support. Fixes #28366 | Javan Makhmali | 2017-03-11 | 1 | -1/+35 |
* | Update package.json | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 2 | -1/+3 |
* | Deprecate the EventedRedis subscription adapter | Matthew Draper | 2017-02-23 | 2 | -1/+9 |
* | Move some ActionCable logs to debug level | Martijn Storck | 2017-02-06 | 2 | -2/+2 |
* | bin/test for Active Job and Action Cable tests | Akira Matsuda | 2017-02-02 | 1 | -0/+4 |
* | correctly check error message | yuuji.yaginuma | 2017-01-25 | 1 | -3/+6 |
* | Add changelog entry for #27425 [ci skip] | Chad Ingram | 2017-01-21 | 1 | -0/+6 |
* | Add channel_prefix support to ActionCable redis/evented_redis adapters. | Chad Ingram | 2017-01-17 | 7 | -0/+71 |
* | Fix missing bracket. | Eugene | 2017-01-14 | 1 | -1/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 2 | -3/+6 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 2 | -3/+3 |
* | Merge pull request #25626 from maclover7/jm-standardize-ac-readme | Rafael França | 2017-01-03 | 1 | -0/+9 |
|\ |
|
| * | Standardize Action Cable README.md | Jon Moss | 2016-07-02 | 1 | -0/+9 |
* | | Bump license years for 2017 | Jon Moss | 2016-12-31 | 2 | -2/+2 |
* | | Upgrade to nio4r 2.0.0 | Tony Arcieri | 2016-12-28 | 1 | -1/+1 |
* | | Small edits to actioncable/CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
* | | Privatize unneededly protected methods in Action Cable | Akira Matsuda | 2016-12-24 | 5 | -25/+24 |
* | | Privatize unneededly protected methods in Action Cable tests | Akira Matsuda | 2016-12-24 | 3 | -3/+3 |
* | | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 4 | -0/+8 |
* | | Fix typo in channel generator usage message | Carlos Eduardo Monti | 2016-12-19 | 1 | -2/+2 |
* | | ActionCable::Connection::Base doc code sample syntax error | MSP-Greg | 2016-12-06 | 1 | -4/+1 |
* | | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 2 | -2/+28 |