William Cheng c60010c965
Update default value for Perl, Ruby, ROR generators (#265)
* rename perl genreator default

* update ruby sinatra default

* rename ror default value
2018-04-29 20:37:12 +08:00

26 lines
455 B
Markdown

# OpenAPI for Rails 5
This is a project to provide OpenAPI support inside the [Ruby on Rails](http://rubyonrails.org/) framework.
## Prerequisites
You need to install ruby >= 2.2.2 and run:
```
bundle install
```
## Getting started
This sample was generated with [openapi-generator](https://github.com/openapitools/openapi-generator) project.
```
bin/rake db:create db:migrate
bin/rails s
```
To list all your routes, use:
```
bin/rake routes
```