1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

25 commits

Author SHA1 Message Date
Pratik Naik
b099a7d270 Run a single eventmachine timer to send heartbeats 2015-10-08 15:50:11 -05:00
Mark Humphreys
c74f8df121 support connection identifiers that don't implement to_global_id by defaulting to to_s 2015-08-24 19:54:14 +10:00
Lachlan Sylvester
60e2fa5e95 refactor channel look up to use a hash instead of an array and reduce the number of calls to safe_constantize because it can be slow 2015-07-30 10:14:57 +10:00
Kasper Timm Hansen
ae61460cb2 Merge pull request #34 from lsylvester/add-broadcast_to-and-stream_for-methods-to-channel
add broadcast_to and stream_for methods as per #26
2015-07-29 21:57:20 +02:00
Lachlan Sylvester
5954fd1e0a add broadcast_to and stream_for methods as per #26 2015-07-28 17:31:37 +10:00
Cristian Bica
a97a1fc745 Improve channel actions dispatcher to allow inheritance/mixins
Fixes #14
2015-07-23 15:00:30 +03:00
Thomas Walpole
5d8c848273 Update gems and requires 2015-07-22 14:54:48 -07:00
Pratik Naik
b75bff4225 Worker tests 2015-07-14 10:58:46 -05:00
Pratik Naik
05b760d959 Remove busted tests 2015-07-13 15:00:27 -05:00
Pratik Naik
56891644d6 Tests for channel subscriptions 2015-07-13 11:30:52 -05:00
Pratik Naik
e1da6814b4 Always load all the stub files 2015-07-13 11:30:52 -05:00
Pratik Naik
c7dc339b1d Connection identifier tests 2015-07-12 13:36:42 -05:00
Pratik Naik
b4448e54d5 Test auth failure 2015-07-12 11:59:46 -05:00
Pratik Naik
edc68d7bf6 More connection tests 2015-07-12 11:44:56 -05:00
Pratik Naik
1af531dcf7 Add some more tests 2015-07-12 11:44:56 -05:00
Pratik Naik
8fde483eb0 Tests for the Channel API 2015-07-12 11:44:56 -05:00
Pratik Naik
f207245cc7 Load mocha for tests 2015-07-12 11:44:56 -05:00
David Heinemeier Hansson
212ba994b3 Tests are busted at the moment. Note that. 2015-07-07 23:13:09 +02:00
David Heinemeier Hansson
e6effb247a Removing unused matches? method
@lifo I couldn’t find any use of documentation for this, so removed it
for now. Was it just for testing?
2015-07-07 19:03:57 +02:00
David Heinemeier Hansson
b8b50e6b04 Extract Server configuration into a Configuration object 2015-07-05 22:34:23 +02:00
David Heinemeier Hansson
f61467ec5b Move server classes to its own namespace 2015-06-29 15:14:51 +02:00
David Heinemeier Hansson
2258344e0f Switch internal actions to be called commands instead, such that we can use action as the routing word on the user side 2015-06-19 19:05:06 +02:00
Pratik Naik
6e1b5877de Dont create the test log file 2015-02-13 17:29:26 +05:30
Pratik Naik
7fef6b01a3 No cramp and use celluloid workers to run callbacks 2015-02-05 16:35:11 +05:30
Pratik Naik
843492ee6c Add some tests. Work in progress. Testing websockets is hard. 2015-01-15 22:58:02 +05:30