redinger / fast_commands forked from numerex/fast_commands
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
generators/ | ||
| |
lib/ | ||
| |
plugin_tasks/ | ||
| |
rails/ | ||
| |
shoulda_macros/ | ||
| |
test/ |
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

