openrain / power_tools
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Feb 12 19:46:01 -0800 2009 | |
| |
NOTICE | Thu Feb 12 19:46:01 -0800 2009 | |
| |
README.markdown | Thu Feb 12 19:58:42 -0800 2009 | |
| |
recipes/ | Tue Dec 15 16:09:20 -0800 2009 | |
| |
sample/ | Tue May 06 07:02:12 -0700 2008 | |
| |
tasks/ | Tue Dec 15 15:55:30 -0800 2009 |
README.markdown
OpenRain Power Tools
A Work in Progress
This Rails plugin contains several Rake and Capistrano tasks aimed at making Rails deployment just a little bit easier
Rake tasks for automating various Rails development activities.
- Mongrel start and stop Rake tasks
- PostgreSQL backup and restore Rake tasks
- For additional guidance, run:
rake -T or:
Capistrano tasks for automating various Rails development activities
- Mongrel powered Capistrano deploys (deploy:start, deploy:stop, and deploy:restart)
- For additional guidance, run:
cap -T
Installation
./script/plugin install git://github.com/openrain/power_tools.git -r 'tag v1.0.0'
Author
- Marc Chung - marc [dot] chung [at] openrain [dot] com
