Sha256: 69e9b6fdb9403ee252766da0e6e856f9411f99e9090e41f38db754dd28985dd0
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
# 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: "" ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eivo-rails-api-0.0.1 | README.md |