question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[doc]: Update the document of install ruby

See original GitHub issue

Current Behavior

https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md

Desired Behavior

The doc can help the contributor install the specific version of the development environment and need to confirm the ruby version is stable for use.


Contributor Resources The layer5 repo contains two websites. The current generation and the next-generation of the layer5.io site.

If the layer5-ng label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under the master branch.

If the layer5-ng label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under the layer5-ng branch.

Reference link:

https://linuxize.com/post/how-to-install-ruby-on-ubuntu-20-04/#installing-ruby-using-rbenv

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
leecalcotecommented, Feb 26, 2021

I’ll suggest that we start with those two resources. What do you think @Anita-ihuman? @PluckyPrecious?

0reactions
Aisukocommented, Apr 20, 2021

Close due to #1597

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing Ruby
With package managers or third-party tools, you have plenty of options to install and manage Ruby. You may already have Ruby installed on...
Read more >
How to make --no-ri --no-rdoc the default for gem install?
Every gem I install installs RI and RDoc documentation by default, because I forget to set --no-ri --no-rdoc . Is there a way...
Read more >
Configuring RubyGems to not install documentation by default
We recommend you disable documentation generation for gem install by default. Note that Bundler won't install documentation Archive , so this ...
Read more >
Update Gems for Ruby - Install Guide · Mac
Here's how to speed up gem installation by disabling the documentation step: $ echo "gem: --no-document" >> ~/.gemrc. This adds the line gem:...
Read more >
Command Reference - RubyGems Guides
The rdoc command builds documentation for installed gems. By default only documentation is built using rdoc, but additional types of documentation may be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found