Akira Tanimura
7dcffff20b
[Ruby] Fix Ruby client to prevent Rubocop's rule violations ( #2100 ) ( #2102 )
...
* [Ruby] Delete empty lines and trailing newline in template to prevent Rubocop's rule violation (#2100 )
* [Ruby] update samples of Ruby client (#2100 )
2019-02-10 09:29:34 +09:00
autopp
28768244d6
[Ruby] Use double-quote string to enable string interpolation ( #2067 ) ( #2068 )
2019-02-06 14:59:54 +08:00
William Cheng
d35f4b08d9
Fix various typos in the templates (Ruby, C#) ( #1803 )
...
* Fix typos
* update petstore samples
2019-01-05 09:39:10 +08:00
Akihito Nakano
26e70fe642
[Ruby] Rename files/folders ( #534 )
...
* Rename templateDir: rails5 -> ruby-on-rails-server
* Rename script: rails5-petstore-server.sh -> ruby-on-rails-server-petstore.sh
* Rename sample folder: rails5 -> ruby-on-rails
* Rename script(openapi3): rails5-petstore-server.sh -> ruby-on-rails-server-petstore.sh
* Update ruby-on-rails-server-petstore.sh
* Rename templateDir: sinatra -> ruby-sinatra-server
* Rename script: sinatra-petstore-server.sh -> ruby-sinatra-server-petstore.sh
* Rename sample folder: sinatra -> ruby-sinatra
* Update script
* Rename templateDir: ruby -> ruby-client
* Rename script: ruby-petstore.sh -> ruby-client-petstore.sh
* Update scripts
* Update samples
- bin/ruby-sinatra-server-petstore.sh
- bin/ruby-on-rails-server-petstore.sh
- bin/ruby-client-petstore.sh
- bin/security/ruby-client-petstore.sh
2018-07-13 22:28:17 +08:00
Akihito Nakano
8bddf12e05
[Ruby] Make rake tasks required to publish gem available ( #424 )
...
* Make tasks reuired to publish gem available
https://github.com/OpenAPITools/openapi-generator/issues/423
* Update samples
- bin/ruby-petstore.sh
- bin/security/ruby-petstore.sh
2018-07-01 14:36:48 +08:00
wing328
c783ec1d41
update all petstore security samples
2017-10-18 10:10:44 +08:00
Paŭlo Ebermann
f44949db58
Update security samples for Ruby-Client. ( #5287 )
2017-04-04 14:41:22 +08:00
Daniel Ge
dd1ed12318
Make connection failures visible with generated Ruby SDKs ( #3640 )
...
* Make connection failures visible in Ruby SDK
The underlying HTTP library, Typhoeus, requires you to be explicit about
error handling. Unfortunately, this also means that we can't assume that
`response.success?` will be false only when the HTTP status code is not
a 200; it could also be false when the request fails (timeouts, TLS
verification issues, etc.). This commit adds explicit error handling for
these cases.
* Update samples
2016-08-30 10:28:07 +08:00
Ville Skyttä
b4c139f19b
Spelling fixes
2016-08-27 02:34:33 +03:00
Joel Meador
950fb43fdf
fix spelling in ruby ApiClient: Configuraiton -> Configuration
2016-08-05 14:36:08 -04:00
wing328
069a6b2917
fix defeault rspec test for ruby, update security petstore
2016-07-14 18:22:01 +08:00
wing328
9e216c0ca2
better code injection handling for ruby
2016-06-28 17:36:00 +08:00