GitXplorerGitXplorer
j

capistrano-extensions

public
28 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
df0ca31b14593e0aff1e3e9f710767ae4ea4df43

Move up to jeweler 1.2.0, eliminate now redundant rubyforge tasks.

jjtrupiano committed 15 years ago
Unverified
90c5cdd8a6cb311b1058d264a70006356ddbd2ed

Regenerated gemspec for version 0.1.9

jjtrupiano committed 15 years ago
Unverified
add97ff0ddde1e9e77353ef951e9cb1978ae94c8

update gemspec, History in preparation for 0.1.9 release

jjtrupiano committed 15 years ago
Unverified
4a8751378b05951f236ea836bdd51e5acf831128

Version bump to 0.1.9

jjtrupiano committed 15 years ago
Unverified
97a31e836b1a095e89527bd35ac19c43d2da140a

Prior to syncing data locally, drop the target database

jjtrupiano committed 15 years ago
Unverified
34161896ed55bf86d43c6bf603cf4e8a009038ae

When syncing data remotely, drop the target database

jjtrupiano committed 15 years ago

README

The README file for this repository.

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