aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby
Commit message (Collapse)AuthorAge
* ruby-sigint ready to be merged!Gravatar Tommy Chen2018-12-26
|
* Add 'multi_json' gem to gemspec so that route_guide_server can workGravatar Mingding, Han2018-07-31
|
* Put Gemfile for sub-directory of pubsubGravatar ganmacs2018-05-25
| | | | | examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't need to depends on googleauth
* Moved pubsub demo_demo to examples directory of rubyGravatar ganmacs2018-05-14
| | | | | | | | | | so that grpc does not depends on googleauth gem. This project (pubsub demo) is introduced at [this commit](https://github.com/grpc/grpc/commit/d5d00d5c8fac4495ea42020866feb913c854aa1e#diff-c495642bb64c09cae54f3ccff463bd51) as demo project for grpc with ruby. This demo is awesome. But the position of this project directory seems to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem.
* reimplement distance calculation in routeguideGravatar Jan Tattermusch2018-03-23
|
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix markdownGravatar Jan Tattermusch2017-04-18
|
* add examples for ruby error throwing and handlingGravatar Alexander Polcyn2017-03-28
|
* add ruby example that doesn't use protobufGravatar Alexander Polcyn2017-02-08
|
* make clear independence of bidi streams in route guide clientGravatar Alexander Polcyn2016-09-20
|
* dont create extra thread on bidi call in benchmark, and change suggestedGravatar Alexander Polcyn2016-09-20
| | | | code for ruby bidi calls
* Update ruby examples to use new _pb protobuf formatGravatar Ken Payson2016-08-04
|
* Added comments to ruby code generationGravatar murgatroid992016-05-20
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix minor issues with Ruby route guide clientGravatar murgatroid992016-03-17
|
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-11
|
* Fixing Ruby examples.Gravatar Nicolas "Pixel" Noble2016-02-11
|
* Fix broken linkGravatar Tim Emiola2015-09-23
|
* Ensure the route_guide sample is up-to-dateGravatar Tim Emiola2015-09-23
| | | | | - should work using the beta api package - ensure any generated code is consistent with the proto definition
* Remove RouteGuide docs, link to grpc.io insteadGravatar Tim Emiola2015-09-23
| | | | - ensure the link in the QuickStart doc is updated
* Update demo package metadataGravatar Tim Emiola2015-09-23
| | | | | Also - update any changes in language-specific package installation
* Update QuickStart README.md installGravatar Tim Emiola2015-09-23
| | | | | - ensure installation links this branches version of the install instructions - update docs to account for any language-specific install changes
* Update helloworld server with beta API changesGravatar Tim Emiola2015-09-23
|
* fix more examples linksGravatar Stanley Cheung2015-08-31
|
* replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
|
* move examples to correct locationsGravatar Stanley Cheung2015-08-27