aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/channel/periodic_timers_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after ↵palkan2016-09-221-0/+1
| | | | initializing
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
|
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-9/+9
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Cable: Periodic timers refreshJeremy Daer2016-04-181-10/+38
| | | | | | | | | * Rewrite docs * Support blocks in addition to method names and Proc args * Check for valid arguments * Convert `periodically :method_name` to Proc callbacks * Drop periodic runner methods from the worker pool * Ensure we clear active periodic timers after shutdown
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-1/+1
|
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-1/+1
|
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-1/+1
|
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-1/+1
|
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+40