Paŭlo Ebermann 3a48ba8bfd Update all the samples.
(except clojure + scalatra, because those are broken, will fixed with later master merge.)
2017-03-13 19:50:10 +01:00
..
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-08-27 02:34:33 +03:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2016-05-15 00:25:00 +08:00
2017-03-13 19:50:10 +01:00

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