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 348 public repositories matching this topic...
-
Updated
Oct 16, 2021 - Shell
-
Updated
Oct 27, 2021 - Shell
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
Let's write a guide on how to tail the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -fThat seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
-
Updated
Aug 24, 2021 - Shell
-
Updated
Oct 27, 2021 - Shell
-
Updated
Oct 19, 2021 - Shell
fullstaq-rbenv recently gained a new feature: .ruby-variant: fullstaq-labs/fullstaq-rbenv#4
The documentation for that should be incorporated back to fullstaq-ruby-server-edition.
-
Updated
Jan 3, 2020 - Shell
-
Updated
Oct 27, 2021 - Shell
-
Updated
Nov 9, 2020 - Shell
-
Updated
Jul 25, 2020 - Shell
-
Updated
Oct 20, 2021 - Shell
-
Updated
Oct 22, 2021 - Shell
-
Updated
Jul 8, 2021 - Shell
-
Updated
Sep 24, 2021 - Shell
-
Updated
Jun 15, 2021 - Shell
-
Updated
Oct 27, 2021 - 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
Sep 8, 2020 - Shell
-
Updated
Sep 24, 2021 - Shell
-
Updated
Oct 26, 2021 - Shell
Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand: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