Skip to content

tcd/eddy-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eddy::Rails

Gem Build Status Coverage Status License Documentation

Rails integration for Eddy.

Installation

Add this line to your application's Gemfile:

gem "eddy"
gem "eddy-rails"

Next, you need to copy & run the migration:

$ rails eddy:install # This will do both

Then, optionally, generate an initializer file:

$ rails generate eddy:initializer # This will do both