Sha256: be085da6c0d574f7b2274b15ebf99b6e2927ba8c8e8274fdceb21515d654017c

Contents?: true

Size: 1001 Bytes

Versions: 8

Compression:

Stored size: 1001 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 --api --skip-action-mailer --skip-action-mailbox --skip-action-text --skip-active-storage --skip-action-cable --skip-sprockets --skip-spring --skip-javascript --skip-turbolinks --skip-test --skip-system-test --skip-bootsnap --skip-webpack-install

Then:

	$ rails g eivo:install

Add missing credentials:

	$ rails credentials:edit

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

### Warning

`force_ssl` option is not enabled, for performance reasons SSL / TLS should be managed by the web server (nginx, Apache).

## License

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
eivo-rails-api-0.1.7 README.md
eivo-rails-api-0.1.6 README.md
eivo-rails-api-0.1.5 README.md
eivo-rails-api-0.1.4 README.md
eivo-rails-api-0.1.3 README.md
eivo-rails-api-0.1.2 README.md
eivo-rails-api-0.1.1 README.md
eivo-rails-api-0.1.0 README.md