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

4 commits

Author SHA1 Message Date
William Johnston
04455d9daf Switch a number of http links and dependencies to https 2018-06-24 11:22:13 -05:00
Matt Brictson
770a59568b
Recommend require: false in Gemfile
Capistrano gems shouldn't be loaded within a Rails (or any) app. They
are intended to be used by the cap command, not within Rails itself. At
best, `require: true` (the default) is unnecessary; at worst, it can
cause conflicts as encountered here:

https://stackoverflow.com/q/48493332/4625365

Update our docs to recommend `require: false` just to be safe.
2018-01-31 21:44:52 -08:00
Harry V. Kiselev
cb54892912 Update style for alert messages at documentation pages (#1847)
* Update style for alert messages at documentation pages. [skip ci]
2017-02-24 08:42:49 -08:00
Matt Brictson
9d62e3d7b6
Move gh-pages site to the docs/ folder 2016-08-23 18:04:57 -07:00