Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcd/eddy-rails
๐งจ Rails integration for Eddy
https://github.com/tcd/eddy-rails
Last synced: 5 days ago
JSON representation
๐งจ Rails integration for Eddy
- Host: GitHub
- URL: https://github.com/tcd/eddy-rails
- Owner: tcd
- License: mit
- Created: 2020-01-05T02:21:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T04:57:53.000Z (over 2 years ago)
- Last Synced: 2024-10-06T12:37:28.957Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Eddy::Rails
[![Gem](https://img.shields.io/gem/v/eddy-rails)][rubygems]
[![Build Status](https://travis-ci.org/tcd/eddy-rails.svg?branch=master)][travis-ci]
[![Coverage Status](https://coveralls.io/repos/github/tcd/eddy-rails/badge.svg?branch=master)][coveralls]
[![License](https://img.shields.io/github/license/tcd/eddy)][license]
[![Documentation](http://img.shields.io/badge/docs-rubydoc.info-blue.svg)][docs][rubygems]: https://rubygems.org/gems/eddy-rails
[travis-ci]: https://travis-ci.org/tcd/eddy-rails
[coveralls]: https://coveralls.io/github/tcd/eddy-rails?branch=master
[license]: https://github.com/tcd/eddy-rails/blob/master/LICENSE
[docs]: https://www.rubydoc.info/gems/eddy-rails/1.1.0Rails integration for [Eddy](https://github.com/tcd/eddy).
## Installation
Add this line to your application's Gemfile:
```ruby
gem "eddy"
gem "eddy-rails"
```Next, you need to copy & run the migration:
```sh
$ rails eddy:install # This will do both
```Then, optionally, generate an initializer file:
```sh
$ rails generate eddy:initializer # This will do both
```