Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capistrano doc. #161

Open
sdarwin opened this issue Jun 12, 2015 · 7 comments
Open

capistrano doc. #161

sdarwin opened this issue Jun 12, 2015 · 7 comments
Labels
content/validation Content is required to validate

Comments

@sdarwin
Copy link

sdarwin commented Jun 12, 2015

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
Copy link
Contributor

hmistry commented Feb 14, 2018

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
Copy link
Author

sdarwin commented Feb 14, 2018

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

@hmistry
Copy link
Contributor

hmistry commented Feb 14, 2018

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
Copy link
Collaborator

tnir commented Sep 14, 2022

@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
Copy link
Author

sdarwin commented Sep 14, 2022

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
Copy link
Collaborator

tnir commented Sep 14, 2022

@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

@tnir tnir added the content/validation Content is required to validate label Sep 14, 2022
@sdarwin
Copy link
Author

sdarwin commented Sep 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content/validation Content is required to validate
Projects
None yet
Development

No branches or pull requests

3 participants