jtrupiano / capistrano-extensions
- Source
- Commits
- Network (1)
- Issues (3)
- Downloads (3)
- Wiki (6)
- Graphs
-
Tree:
c9b8138
commit c9b813806c3e23de8d4ef7b3530632b6510303c6
tree 4be2f37119ed061bdcd2c339615cddbdcc8c97a8
parent 524788d83495b5c34a963eb88fc367fd152fc3a1
tree 4be2f37119ed061bdcd2c339615cddbdcc8c97a8
parent 524788d83495b5c34a963eb88fc367fd152fc3a1
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 27 17:40:58 -0700 2009 | |
| |
History.txt | ||
| |
ISSUES.txt | Wed Mar 11 10:42:02 -0700 2009 | |
| |
MIT-LICENSE | Mon Apr 27 17:37:00 -0700 2009 | |
| |
Manifest.txt | ||
| |
README.rdoc | Tue Apr 28 05:36:28 -0700 2009 | |
| |
Rakefile | ||
| |
TODO | Mon Apr 27 17:29:38 -0700 2009 | |
| |
VERSION.yml | ||
| |
bin/ | Sun Jul 06 13:56:50 -0700 2008 | |
| |
capistrano-extensions.gemspec | ||
| |
lib/ |
README.rdoc
capistrano-extensions
- Stable API: johntrupiano.rubyforge.org/capistrano-extensions
- Source: github.com/jtrupiano/capistrano-extensions
DESCRIPTION/FEATURES:
This gem provides a base set of Capistrano extensions including the following:
- a new :gemfile RemoteDependency type
- tasks/helpers for handling public and private asset folders (e.g. created by the file_column plugin)
- tasks/helpers for auto-syncing server gems (via integration with the GemInstaller gem)
- helpers for dealing with multiple deployable environments (e.g. staging, prodtest, production)
- tasks for working with remote logfiles
- tasks for database/asset synchronization from production back to local environments
- integration with environmentalist
For a detailed exploration of these features, check out the wiki: github.com/jtrupiano/capistrano-extensions/wikis/home
SYNOPSIS:
FIX (code sample of usage)
REQUIREMENTS:
- Capistrano ~> 2.5.5
- GemInstaller ~> 0.5.1
INSTALL:
- sudo gem install capistrano-extensions (stable from rubyforge)
- sudo gem install jtrupiano-capistrano-extensions (HEAD of repo from github)

