mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
4b9988c4f2
* Update samples for several languages. Just whitespace changes and some reordering where the order doesn't matter. * Adding generated .swagger-codegen/VERSION files. |
||
---|---|---|
.. | ||
.swagger-codegen | ||
app | ||
bin | ||
config | ||
db | ||
lib/tasks | ||
log | ||
public | ||
test | ||
tmp | ||
vendor | ||
.swagger-codegen-ignore | ||
config.ru | ||
Gemfile | ||
Rakefile | ||
README.md |
Swagger for Rails 5
This is a project to provide Swagger 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 the swagger-codegen project.
bin/rake db:create db:migrate
bin/rails s
To list all your routes, use:
bin/rake routes