Skip to content

novelys/production_chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production Chain

A rails gem that incorporate common rake tasks

Rails 3

Rake tasks are automatically loaded in a rails environment.

Rails 2

Rake tasks are not automatically loaded in your Rails 2 application. To get them, add this line to your project Rakefile:

require 'production_chain/tasks'

Capistrano

Capistrano tasks were extracted into their own gem, capistranovelys.

About

A rails plugin to setup a basic production chain (it also includes various libs, recipes and tasks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages