https://github.com/tcd/eddy-rails
🧨 Rails integration for Eddy
https://github.com/tcd/eddy-rails
Last synced: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T04:57:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T20:18:28.113Z (5 months 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
[][rubygems]
[][travis-ci]
[][coveralls]
[][license]
[][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
```