Sha256: f60d6a79ec0b64a96f1f9bd65444c48b39ce50c51ef98253576031a7a6b00ad4

Contents?: true

Size: 865 Bytes

Versions: 7

Compression:

Stored size: 865 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: ""
```

## License

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
eivo-rails-api-0.1.14 README.md
eivo-rails-api-0.1.13 README.md
eivo-rails-api-0.1.12 README.md
eivo-rails-api-0.1.11 README.md
eivo-rails-api-0.1.10 README.md
eivo-rails-api-0.1.9 README.md
eivo-rails-api-0.1.8 README.md