All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ruby-on-rails-server.README.md Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# 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
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy