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
/
lib
/
action_cable
/
connection
/
subscriptions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor channel look up to use a hash instead of an array and reduce the num...
Lachlan Sylvester
2015-07-30
1
-3
/
+1
*
Revert to perform_action language – we're already using process for the con...
David Heinemeier Hansson
2015-07-08
1
-3
/
+3
*
Documentation
David Heinemeier Hansson
2015-07-07
1
-0
/
+2
*
More clear method name for what's actually happening
David Heinemeier Hansson
2015-07-07
1
-1
/
+1
*
Go with process_action to match language from Action Controller
David Heinemeier Hansson
2015-07-07
1
-3
/
+3
*
Switch domain language from channel connect/disconnect to subscribe/unsubscribe
David Heinemeier Hansson
2015-07-07
1
-2
/
+2
*
Extract Server configuration into a Configuration object
David Heinemeier Hansson
2015-07-05
1
-2
/
+2
*
Guard against duplicate subscriptions
Javan Makhmali
2015-07-02
1
-1
/
+1
*
Fix reference
David Heinemeier Hansson
2015-06-29
1
-1
/
+1
*
Merge pull request #2 from basecamp/create-channel
Javan Makhmali
2015-06-26
1
-2
/
+2
|
\
|
*
Create JavaScript channels identified by their Ruby class name
Javan Makhmali
2015-06-24
1
-2
/
+2
*
|
Don't need a log_exception helper, just do it inline
David Heinemeier Hansson
2015-06-26
1
-2
/
+1
|
/
*
Feature envy detected, so move execute_command to Subscriptions
David Heinemeier Hansson
2015-06-22
1
-6
/
+25
*
Use delegated logger
David Heinemeier Hansson
2015-06-22
1
-2
/
+3
*
Style
David Heinemeier Hansson
2015-06-22
1
-3
/
+1
*
Extract execute_command method and centralize exception handling
David Heinemeier Hansson
2015-06-22
1
-2
/
+0
*
Extracted Subscriptions class
David Heinemeier Hansson
2015-06-21
1
-0
/
+54