1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/docs/documentation/getting-started/installation
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
..
index.markdown Recommend require: false in Gemfile 2018-01-31 21:44:52 -08:00