redinger / fast_commands forked from numerex/fast_commands

This URL has Read+Write access

README.textile

Fast Commands

Encapsulate Fast commands

Installation

Fast Commands is a Rails engine.

Install the plugin:

piston import git://github.com/numerex/fast_commands.git vendor/plugins/fast_commands 

In config/environment.rb:

config.reload_plugins = [:fast_commands]

Then run the generator

script/generate fast_commands

And migrate the database and populate the seed data

db:migrate_and_populate