Sha256: f63b545063866066f2a46026ff782552ee8f9f2a0ae979c4d20944ba1dcd9e58
Contents?: true
Size: 963 Bytes
Versions: 4
Compression:
Stored size: 963 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 `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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
eivo-rails-api-0.0.9 | README.md |
eivo-rails-api-0.0.8 | README.md |
eivo-rails-api-0.0.7 | README.md |
eivo-rails-api-0.0.6 | README.md |