Nathan Baulch 9f1fa0e440
Fix another batch of spelling typos (#13915)
* Fix typos

* Remove repeated words

* Minor grammar fixes
2022-11-07 21:30:24 +08:00
..
2019-11-07 16:15:00 +08:00
2018-07-13 22:28:17 +08:00
2019-11-07 16:15:00 +08:00
2019-11-07 16:15:00 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00
2018-07-13 22:28:17 +08:00

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