1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

9 commits

Author SHA1 Message Date
seenmyfate
447e4ce950 Move requires to capistrano/all
This removes the need to set `require: false` in your Gemfile. Should
prevent the issues described in #582 reoccurring.

(also https://github.com/capistrano/rails/pull/15)
2013-09-13 09:34:28 +01:00
seenmyfate
8e4d800139 Explicitly require SSHKit DSL
Required following https://github.com/leehambley/sshkit/pull/28
2013-08-23 14:56:48 +01:00
seenmyfate
4718a0cb16 Implement lock feature
Ensure a Capistrano version by including a `lock` directive in your
Capfile:

  lock '~> 3.0.0'

An error will be raised if the loaded version of Capistrano does not
meet the dependency specified.
2013-08-02 18:04:16 +01:00
Lee Hambley
016c9d1297 Enable printing of a proper stack trace by Rake when we err out 2013-06-24 21:50:33 +02:00
seenmyfate
454f46b829 better encapsulate configuration, support current format 2013-03-10 20:44:50 +00:00
seenmyfate
13e7b72b8e add multistage support, i18n 2013-02-08 13:49:04 +00:00
seenmyfate
de6367af4e Add default tasks, handle configuration 2013-02-01 17:19:00 +00:00
seenmyfate
687526930a installation - running cap install capifies app 2013-02-01 14:51:50 +00:00
seenmyfate
3d88a6755a initial commit 2013-02-01 09:19:14 +00:00