index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actioncable
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Class methods in the `class_methods` blocks are wrongly appeared in the doc
Ryuta Kamizono
2018-04-04
4
-4
/
+4
*
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
4
-16
/
+4
*
|
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-3
/
+3
*
|
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
Bump license years for 2018
Yoshiyuki Hirano
2017-12-31
1
-1
/
+1
*
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-1
/
+1
*
|
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-1
/
+1
*
|
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
6
-0
/
+0
*
|
Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more
Ryuta Kamizono
2017-11-01
1
-1
/
+1
*
|
Removed deprected evented redis adapter
Rafael Mendonça França
2017-10-23
1
-89
/
+0
*
|
[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
2
-3
/
+3
|
\
\
|
*
|
redis-rb 4.0 support
Jeremy Daer
2017-10-08
2
-3
/
+3
*
|
|
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
*
|
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
*
|
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
*
|
[ci skip] Prefer cookies.encrypted over signed (#30129)
Claudio B
2017-08-07
1
-1
/
+1
*
|
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
42
-1
/
+83
*
|
Make actioncable ready for frozen strings
Kir Shatrov
2017-07-23
1
-1
/
+5
*
|
[Fix #28751] Hash stream long stream identifiers when using Postgres adapter
palkan
2017-07-06
1
-3
/
+8
*
|
[Action Cable] require => require_relative
Akira Matsuda
2017-07-01
3
-3
/
+3
*
|
Allows for other common redis options to be in cable.yml, by default
Marc Ignacio
2017-06-22
1
-1
/
+3
*
|
nodoc AC::Connection::WebSocket
T.J. Schuck
2017-06-16
1
-1
/
+1
*
|
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
1
-1
/
+1
*
|
identifiers is already defined via Connection::Identification module
Akira Matsuda
2017-05-21
1
-1
/
+1
*
|
Log any errors originating from the socket
edwardmp
2017-04-16
1
-1
/
+2
|
/
*
Document AC::Connection::Authorization#reject_unauthorized_connection
T.J. Schuck
2017-03-22
1
-5
/
+5
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-2
/
+2
*
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-1
/
+1
*
Deprecate the EventedRedis subscription adapter
Matthew Draper
2017-02-23
1
-0
/
+6
*
Move some ActionCable logs to debug level
Martijn Storck
2017-02-06
2
-2
/
+2
*
Add channel_prefix support to ActionCable redis/evented_redis adapters.
Chad Ingram
2017-01-17
4
-0
/
+31
*
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
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
2
-3
/
+3
*
Bump license years for 2017
Jon Moss
2016-12-31
1
-1
/
+1
*
Privatize unneededly protected methods in Action Cable
Akira Matsuda
2016-12-24
4
-24
/
+23
*
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
1
-2
/
+2
*
use correct value in example [ci skip]
yuuji.yaginuma
2016-11-14
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-4
/
+4
*
Permit same-origin connections by default
Matthew Draper
2016-10-11
2
-3
/
+3
[prev]
[next]