Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 625 Bytes

Worthwhile

Build Status Coverage Status

A very simple extensible IR platform for Hydra

Installation

Add this line to your application's Gemfile:

gem 'worthwhile'

And then execute:

$ bundle

Then:

$ rails generate worthwhile:install
$ rake db:migrate

Testing

$ rake jetty:clean
$ rake engine_cart:generate
$ rake spec