aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | Reconnect the websocket if the server doesnt send a ping every 6 secondsPratik Naik2015-02-261-4/+18
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/celluloid'Jeremy Kemper2015-02-161-8/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/action_cable/server.rb
| | | * | | | | | | | | | | | | | | | | Add loggingDavid Heinemeier Hansson2015-02-091-1/+8
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Inline id_key variableDavid Heinemeier Hansson2015-02-091-7/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Support Rails 5Jeremy Kemper2015-02-162-5/+5
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Dont create the test log filePratik Naik2015-02-131-4/+0
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | New Gemfile.lockPratik Naik2015-02-131-14/+7
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Move assets to the gemPratik Naik2015-02-124-0/+140
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Ping the client every 3 secondsPratik Naik2015-02-111-0/+14
| | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Raise an exception when Server.pubsub class method is not definedPratik Naik2015-02-071-2/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Fix periodic timersPratik Naik2015-02-071-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into celluloidPratik Naik2015-02-071-5/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Use the class pubsub methodPratik Naik2015-02-071-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Use just one redis connectionPratik Naik2015-02-071-5/+6
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Add a Server#disconnect callbackPratik Naik2015-02-051-0/+1
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Generic Worker#invoke methodPratik Naik2015-02-052-10/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Helper method for worker_poolPratik Naik2015-02-052-3/+12
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Configurable worker pool sizePratik Naik2015-02-052-5/+10
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Update the gemspecPratik Naik2015-02-053-5/+8
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | EM epollPratik Naik2015-02-051-0/+3
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Run periodic timers via the worker poolPratik Naik2015-02-052-2/+10
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-057-16/+59
| | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Add a disconnect callbackDavid Heinemeier Hansson2015-01-311-1/+7
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Add support for redis channelsPratik Naik2015-01-193-0/+34
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Fix unsubscribe callbacksPratik Naik2015-01-191-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | No need for matching paramsPratik Naik2015-01-191-3/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Use instance_exec to invoke the lambda callbackPratik Naik2015-01-171-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | More API changesPratik Naik2015-01-173-7/+10
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Use underscored class name as the default channel namePratik Naik2015-01-172-1/+5
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Always pass the channel broadcast in message keyPratik Naik2015-01-161-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Initialize subscriptions as early as possiblePratik Naik2015-01-161-2/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Specify channel name as an attributePratik Naik2015-01-152-2/+8
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Add some tests. Work in progress. Testing websockets is hard.Pratik Naik2015-01-155-0/+117
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Latest gems and fix a callback bugPratik Naik2015-01-154-1/+62
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Rename publish to broadcastPratik Naik2015-01-152-3/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Action Cable take#1Pratik Naik2015-01-148-0/+213
| | / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #22619 from akshay-vishnoi/grammar-fixesClaudio B2015-12-161-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | [ci skip] Fix grammar and sentence framing
| * | | | | | | | | | | | | | | | | [ci skip] Fix grammar and sentence framingAkshay Vishnoi2015-12-171-6/+6
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #22616 from gfvcastro/test-ruby-2-2-4Rafael França2015-12-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test against Ruby 2.2.4 on Travis.
| * | | | | | | | | | | | | | | | | Test against Ruby 2.2.4 on Travis.Gustavo Villa2015-12-161-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #22618 from y-yagi/fix_method_name_typoRafael França2015-12-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | fix typo in method name [ci skip]
| * | | | | | | | | | | | | | | | | fix typo in method name [ci skip]yuuji.yaginuma2015-12-171-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was changed by mistake at 428d47adfed8d6aa7b21aec2bf5ad890961c9de3
* | | | | | | | | | | | | | | | | Revert "Merge pull request #22615 from ↵Rafael Mendonça França2015-12-173-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kamipo/join_to_delete_is_same_as_join_to_update" This reverts commit 4d06ea9a829de8f6f5a345589828e182eacab6a3, reversing changes made to e9d15072a94e2ae4dec5b7a121c84a5db38547b8. Reason: This will break oracle-enhanced, see https://github.com/rsim/oracle-enhanced/blob/3c42131db82b64ac41645db3affc6e4650289df6/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb#L1254
* | | | | | | | | | | | | | | | | Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_to_updateRafael França2015-12-173-11/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | `join_to_delete` is same as `join_to_update`
| * | | | | | | | | | | | | | | | `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-173-11/+5
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #22592 from nwjsmith/disable-logger-message-broadcastsEileen M. Uchitelle2015-12-163-23/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Logger option to disable message broadcasts
| * | | | | | | | | | | | | | | | Add Logger option to disable message broadcastsNate Smith2015-12-163-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When setting the Rails logger to log to STDOUT, it would broadcast the log twice in development. This adds a setting that will prevent messages from being broadcast to multiple logs, while still allowing calls to `#close`, `#level=`, `#progname=`, and `#formatter=` to be broadcasted. Fixes #14769, #11415
* | | | | | | | | | | | | | | | | Make sure File.exist? run in the root of the applicationRafael Mendonça França2015-12-161-1/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Do not define attributes_with_index as a Thor taskRafael Mendonça França2015-12-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All public methods are tasks, so we need to move it to protected visibility.
* | | | | | | | | | | | | | | | | Remove dead codeRafael Mendonça França2015-12-161-4/+0
| | | | | | | | | | | | | | | | |