rubygems / bundler-site

The Bundler documentation website
https://bundler.io
110 stars 205 forks source link

capistrano doc. #161

Open sdarwin opened 9 years ago

sdarwin commented 9 years ago

Hi, At http://bundler.io/v1.9/deploying.html (EDIT by @tnir in 2022-09 https://bundler.io/guides/deploying.html is the current canonical URL for it), it says "If you use Capistrano, you should symlink vendor/bundle to shared/vendor_bundle"

  1. do you mean shared/bundle rather than shared/vendor_bundle?
  2. do you really need to symlink if .bundle/config has BUNDLE_PATH: ../shared/bundle already, and it will have that via capistrano with require 'bundler/capistrano'. it's already pointing to the shared location. Or you could add BUNDLE_PATH manually, as another option.
hmistry commented 6 years ago

The above link is an orphan page as I'm unable to navigate to it from any of the websites current navigational menus/links. Bundler v1.9 does not link to the guide.

sdarwin commented 6 years ago

Hi @hmistry , check the page http://bundler.io/v1.16/guides/deploying.html

hmistry commented 6 years ago

Thanks, I did see it.

I'm calling it out as an orphan page because there's no link to get to it and as such what do we want to do about it and other such pages - either remove it or create links to it.

tnir commented 2 years ago

@sdarwin Are you still in trouble around these two questions?

@hmistry The page https://bundler.io/guides/deploying.html is now linked from https://bundler.io/docs.html and from the sidebar of each guide page.

sdarwin commented 2 years ago

Hi @tnir the issue is 7 years old and so for that reason not currently causing me trouble. But it might still be a plausible suggestion about the documentation?

tnir commented 2 years ago

@sdarwin Thanks. But capistrano integration was already deprecated and will removed in Bundler 3. I have no idea if your suggestions are correct and time to check it. I have not used Capistrano for almost 10 years 😩

https://github.com/rubygems/rubygems/blob/7a9b8664632c60a1bc38620fb1da85dad61fe639/bundler/UPGRADING.md#misc-deprecations

sdarwin commented 2 years ago

if capistrano integration is removed and that section of the documentation is removed then this issue can probably be closed