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