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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow regexp for a allowed_request_origins array
adamliesko
2015-12-12
1
-0
/
+14
*
Use to_gid_param for connection identifiers
Jan Habermann
2015-11-18
1
-0
/
+4
*
Add multiple identifiers test
Jan Habermann
2015-11-06
4
-2
/
+51
*
Rename Subscription#reject! to Subscription#reject as there's only one versio...
Pratik Naik
2015-11-05
1
-1
/
+1
*
Merge branch 'master' into subscription-rejection
Pratik Naik
2015-11-04
2
-4
/
+12
|
\
|
*
Make sure cable closes the connection if open when responding to an invalid r...
Pratik Naik
2015-11-04
1
-2
/
+10
|
*
Merge pull request #69 from mieko/callbacks
Rafael Mendonça França
2015-10-23
1
-2
/
+2
|
|
\
|
|
*
Use ActiveSupport::Callbacks for Channel subscription callbacks.
Mike A. Owens
2015-08-24
1
-2
/
+2
*
|
|
Allow rejecting subscriptions from the channel
Pratik Naik
2015-10-21
1
-0
/
+25
|
/
/
*
|
Fix the error message in tests
Pratik Naik
2015-10-19
1
-1
/
+1
*
|
Better test name
Pratik Naik
2015-10-19
1
-1
/
+1
*
|
Make sure the subscription confirmaion is only sent out once
Pratik Naik
2015-10-19
1
-0
/
+24
*
|
Fix an error message in the subscription tests
Pratik Naik
2015-10-16
1
-1
/
+1
*
|
Send subscription confirmation from server to the client to avoid race condit...
Pratik Naik
2015-10-16
3
-9
/
+33
*
|
Fix stream tests
Pratik Naik
2015-10-16
1
-2
/
+2
*
|
Merge pull request #97 from lsylvester/speed-up-tests
Jeremy Daer
2015-10-16
1
-1
/
+2
|
\
\
|
*
|
Speed up tests be calling EM.run_deferred_callbacks instead of setting a timer
Lachlan Sylvester
2015-10-17
1
-1
/
+2
*
|
|
Devolve blanket #require to reveal intent and responsibility
Jeremy Daer
2015-10-16
3
-5
/
+7
*
|
|
Shush some low-hanging Ruby warnings
Jeremy Daer
2015-10-16
2
-2
/
+11
|
/
/
*
|
Websockets -> WebSocket spelling [ci skip]
Jeremy Daer
2015-10-15
1
-1
/
+1
*
|
Run connection tests in EM loop
Pratik Naik
2015-10-15
10
-128
/
+242
*
|
Merge pull request #85 from rails/cross-site-forgery-protection
Pratik
2015-10-12
2
-1
/
+59
|
\
\
|
*
|
Treat ORIGIN as an opaque identifier and do equality comparison with the spec...
Pratik Naik
2015-10-12
2
-7
/
+8
|
*
|
Set appropriate origin and host in the tests
Pratik Naik
2015-10-12
1
-2
/
+3
|
*
|
First take at cross site forgery protection
Pratik Naik
2015-10-07
2
-0
/
+56
*
|
|
Run a single eventmachine timer to send heartbeats
Pratik Naik
2015-10-08
1
-3
/
+1
|
/
/
*
/
support connection identifiers that don't implement to_global_id by defaultin...
Mark Humphreys
2015-08-24
1
-0
/
+39
|
/
*
refactor channel look up to use a hash instead of an array and reduce the num...
Lachlan Sylvester
2015-07-30
1
-1
/
+1
*
Merge pull request #34 from lsylvester/add-broadcast_to-and-stream_for-method...
Kasper Timm Hansen
2015-07-29
4
-3
/
+54
|
\
|
*
add broadcast_to and stream_for methods as per #26
Lachlan Sylvester
2015-07-28
4
-3
/
+54
*
|
Improve channel actions dispatcher to allow inheritance/mixins
Cristian Bica
2015-07-23
1
-2
/
+38
*
|
Update gems and requires
Thomas Walpole
2015-07-22
1
-0
/
+2
|
/
*
Worker tests
Pratik Naik
2015-07-14
2
-0
/
+48
*
Remove busted tests
Pratik Naik
2015-07-13
2
-61
/
+0
*
Tests for channel subscriptions
Pratik Naik
2015-07-13
1
-0
/
+87
*
Always load all the stub files
Pratik Naik
2015-07-13
5
-6
/
+18
*
Connection identifier tests
Pratik Naik
2015-07-12
2
-0
/
+81
*
Test auth failure
Pratik Naik
2015-07-12
1
-0
/
+26
*
More connection tests
Pratik Naik
2015-07-12
3
-6
/
+65
*
Add some more tests
Pratik Naik
2015-07-12
8
-24
/
+129
*
Tests for the Channel API
Pratik Naik
2015-07-12
1
-18
/
+120
*
Load mocha for tests
Pratik Naik
2015-07-12
1
-0
/
+2
*
Tests are busted at the moment. Note that.
David Heinemeier Hansson
2015-07-07
2
-49
/
+49
*
Removing unused matches? method
David Heinemeier Hansson
2015-07-07
2
-6
/
+0
*
Extract Server configuration into a Configuration object
David Heinemeier Hansson
2015-07-05
1
-1
/
+1
*
Move server classes to its own namespace
David Heinemeier Hansson
2015-06-29
2
-2
/
+2
*
Switch internal actions to be called commands instead, such that we can use a...
David Heinemeier Hansson
2015-06-19
1
-1
/
+1
*
Dont create the test log file
Pratik Naik
2015-02-13
1
-4
/
+0
*
No cramp and use celluloid workers to run callbacks
Pratik Naik
2015-02-05
1
-2
/
+1
*
Add some tests. Work in progress. Testing websockets is hard.
Pratik Naik
2015-01-15
3
-0
/
+105