Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Files

Latest commit

f991252 · Mar 6, 2012

History

History
29 lines (16 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 686 Bytes

Welcome to Hydraulics

Dependency Status

This gem is designed to be a plugin used within your own application

Requirements

  • Ruby 1.9.2
  • Rails 3.2.1

If you are using an earlier version fo Fedora (i.e. 12), you must add to the Gemfile:

gem 'execjs'
gem 'therubyracer'

For the time being, you must include in the local app's Gemfile

gem 'foreigner'

Installation Instructions

rails g validates_timeliness:install

is necessary to install a validation plugin utilized in Hydraulics models.

rails g hydraulics

will install necessary database migrations.