Sha256: 032147fef588de7e83c45578de15c9d220d2bf3f9351587381c309a410481143

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

= capistrano-extensions

* Stable API: http://johntrupiano.rubyforge.org/capistrano-extensions
* Source: http://github.com/jtrupiano/capistrano-extensions

== DESCRIPTION/FEATURES:

This gem provides a base set of {Capistrano}[http://www.capify.org/] 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}[http://geminstaller.rubyforge.org/] 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}[http://johntrupiano.rubyforge.org/environmentalist]

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.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)

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jtrupiano-capistrano-extensions-0.1.7 README.rdoc
jtrupiano-capistrano-extensions-0.1.8 README.rdoc
capistrano-extensions-0.1.8 README.rdoc