| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 3 | -2/+7 |
* | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 3 | -2/+4 |
* | Fix unstable test test_delegate_socket_errors_to_on_error_handler | Fumiaki MATSUSHIMA | 2017-11-23 | 1 | -2/+10 |
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 6 | -0/+0 |
* | Action Cable: run Redis tests against a default config without a password | Jeremy Daer | 2017-11-13 | 1 | -2/+21 |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 |
* | Remove CHANGELOG entry that was backported to Rails 5.1.3. [ci skip] (#30986) | प्रथमेश Sonpatki | 2017-10-25 | 1 | -7/+0 |
* | Removed deprected evented redis adapter | Rafael Mendonça França | 2017-10-23 | 4 | -151/+5 |
* | [Action Cable] require_relative => require | Akira Matsuda | 2017-10-21 | 3 | -3/+3 |
* | Merge pull request #30748 from jeremy/redis-rb-4.0.1 | Jeremy Daer | 2017-10-08 | 3 | -3/+7 |
|\ |
|
| * | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 3 | -3/+7 |
* | | Distinguish missing adapter gems from load errors within the adapter | Jeremy Daer | 2017-10-08 | 1 | -3/+16 |
|/ |
|
* | ActionCable: use find method when unsubscribing | Richard Machielse | 2017-09-26 | 1 | -1/+1 |
* | Fix quotes [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -2/+2 |
* | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -0/+2 |
* | Use typewriter in doc for Action Cable [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 1 | -1/+1 |
* | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
* | Attributes are protected, not private, to avoid the warning | Matthew Draper | 2017-08-20 | 1 | -1/+2 |
* | Capitalize Redis | Jon Moss | 2017-08-17 | 1 | -1/+1 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | Remove unused `close_connection` in Action Cable tests (#30195) | Ryuta Kamizono | 2017-08-11 | 2 | -8/+0 |
* | [ci skip] Prefer cookies.encrypted over signed (#30129) | Claudio B | 2017-08-07 | 2 | -2/+2 |
* | Lint actioncable/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -3/+3 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 80 | -1/+158 |
* | Make actioncable ready for frozen strings | Kir Shatrov | 2017-07-23 | 1 | -1/+5 |
* | Fix postgresql adapter setup for ActionCable tests | palkan | 2017-07-11 | 1 | -1/+1 |
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapter | palkan | 2017-07-06 | 3 | -3/+31 |
* | 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 |