No commit activity in last 3 years
No release in over 3 years
A base set of Capistrano extensions-- aids with the file_column plugin, the GemInstaller gem, multiple deployable environments, logfile helpers, and database/asset synchronization from production to local environment
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.5.5
~> 0.5.1
 Project Readme

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)