mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
* Ruby Client: implementation of nullable * Ruby samples with nullable implementation * [Ruby] openapi_nullable as a Set and skipping attrs fix
OpenAPI for Rails 5
This is a project to provide OpenAPI support inside the Ruby on Rails framework.
Prerequisites
You need to install ruby >= 2.2.2 and run:
bundle install
Getting started
This sample was generated with openapi-generator project.
bin/rake db:create db:migrate
bin/rails s
To list all your routes, use:
bin/rake routes