This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ffc8b5648c6d6dd2a6b1dde8dd4d148ce268b91e
tree da4d623c25e32daa67a1f1e4c0f1025418ceb540
parent 9551345b683e4e548842d902f23a141ad15bbf45
tree da4d623c25e32daa67a1f1e4c0f1025418ceb540
parent 9551345b683e4e548842d902f23a141ad15bbf45
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | Sun Jul 06 13:56:50 -0700 2008 | |
| |
capistrano-extensions.gemspec | ||
| |
lib/ |
README.txt
= capistrano-extensions * http://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 Chad Wooley's 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 For a detailed exploration of these features, check out the wiki: http://github.com/jtrupiano/capistrano-extensions/wikis/home == SYNOPSIS: FIX (code sample of usage) == REQUIREMENTS: * Capistrano ~> 2.5.4 * GemInstaller ~> 0.5.0 == INSTALL: * sudo gem install capistrano-extensions == LICENSE: (The MIT License) Copyright (c) 2008 FIX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.








