Ruby
Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.
Here are 304 public repositories matching this topic...
I think it would be a good idea to mention the tee command, probably somewhere in the "Cat, Less, Tail and Head" chapter
Steps to reproduce
Run asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
It seems that the current behavior when rvm automatically switches Ruby versions is to do it silently if it's by .ruby-version or, if it's because of a Gemfile, display that three-line warning about how Heroku does it too and with instructions on how not to show that warning again.
I think .ruby-version switching the Ruby version silently is not great, because it requires that the user remember
Kaitai Struct uses a specific JSON schema for test output.
I want to target it directly from my target language (Nim) but it is not documented anywhere.
After some experimenting I found out the following keys are supported:
- status
- elapsed
- is_kst
Questions:
- Are there other keys supported?
- What exactly does the key
elapsedmean? - What are all the possible values for th
The help for the --jobs option is missing the = sign; The man page documents the option properly.
https://github.com/postmodern/ruby-install/blob/ea2b8bbff87ea4340d965e72
documentation issue
Hej there - I just tried to follow the installation instructions of platform-samples/api/ruby/find-inactive-members/ and the command
gem install octokit
does not work. I tried it with the regular admin, as well as with elevated rights (sudo). The error message is the same:
-bash: gem: command not found
-
Updated
Jun 12, 2020 - Shell
-
Updated
Jan 3, 2020 - Shell
Is it recommended to add plugins to /usr/lib/rbenv/plugins or will this be overwritten at some point? It may be helpful to mention this in the docs.
-
Updated
Jun 12, 2020 - Shell
-
Updated
Jul 1, 2020 - Shell
-
Updated
Feb 18, 2019 - Shell
-
Updated
Feb 23, 2020 - Shell
-
Updated
Jun 30, 2020 - Shell
-
Updated
Jan 17, 2020 - Shell
-
Updated
Jul 7, 2020 - Shell
It looks like RVM is no longer updating their binaries for newer OS versions:
chruby-fish ❯ make test
./test/setup
>>> Downloading https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2 ...
--2018-09-15 10:23:47-- https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2
Resolving rvm.io (rvm.io)... 151.101.130.49, 151.101.194.49, 151.101.2.49, ...
Connecting to rvm.io -
Updated
Jul 7, 2020 - Shell
-
Updated
May 26, 2020 - Shell
-
Updated
Sep 12, 2017 - Shell
-
Updated
Jul 3, 2020 - Shell
I have setup rbenv according to the documentation on a fresh CentOS 7.7 machine. The result is that the installation does not work (
rubyis not found regardless of me adding it as local or global). I finally found out that theshimsdirectory never makes it to the path and therefore executedecho 'export PATH="$HOME/.rbenv/shims:$PATH"' >> ~/.bash_profilewhich made the stuff work. I a