Sha256: 327b8953ba0445f9c55585e6410449580f0147973cdf0ff9a0379ef0d3ccdb2f

Contents?: true

Size: 766 Bytes

Versions: 4

Compression:

Stored size: 766 Bytes

Contents

# EIVO Rails

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

## Installation

Add this line to your application's Gemfile:

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

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install eivo-rails -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-spring --skip-coffee --skip-turbolinks --skip-test --skip-system-test --skip-bootsnap --skip-action-mailer

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

4 entries across 4 versions & 1 rubygems

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