Sha256: 4db9482dbf0fe66e88922d7529d5feb1a8e94094dcbe39f71fc926ca6e4ec643

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

# =========================================================================
# These are helper methods that will be available to your recipes.
# =========================================================================

# Execute a rake task, example:
#   run_rake log:clear
def run_rake(task)
  run "cd #{current_path} && rake #{task} RAILS_ENV=#{stage}"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
webficient-capistrano-recipes-0.1.1 lib/helpers.rb
webficient-capistrano-recipes-0.2.0 lib/helpers.rb
webficient-capistrano-recipes-0.3.0 lib/helpers.rb
capistrano-recipes-0.4.1 lib/helpers.rb
capistrano-recipes-0.4.0 lib/helpers.rb