Sha256: 583180ea90c53f3d0bf944ba1d885db0ff4ae03e32da519b0f2c248ac9ed3cd8

Contents?: true

Size: 927 Bytes

Versions: 3

Compression:

Stored size: 927 Bytes

Contents

# EIVO Rails API

[![Gem Version](https://badge.fury.io/rb/eivo-rails-api.svg)](http://badge.fury.io/rb/eivo-rails-api)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'eivo-rails-api'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install eivo-rails-api -N

## Usage

If you don't have a Ruby On Rails project:

	$ rails new ../example/ -d postgresql --skip-yarn --skip-active-storage --skip-action-cable --skip-sprockets --skip-spring --skip-coffee --skip-javascript --skip-turbolinks --skip-test --skip-system-test --skip-bootsnap --skip-action-mailer --api

Then:

	$ rails g eivo:install

Add missing credentials:

	$ rails credentials:edit

```
sentry:
  dsn: ""
```

### Warning

SSL / TLS must be managed by the web server (nginx), don't enable `force_ssl` option.

## License

This project is released under the MIT license. See the LICENSE file for more info.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eivo-rails-api-0.0.5 README.md
eivo-rails-api-0.0.4 README.md
eivo-rails-api-0.0.3 README.md