Sam Ruby
Sam Ruby
This issue is intended to track work in progress. Feedback welcome! While the demo from day one has supported a select few options from the command line, the goal is...
With the latest change to make use of OptParse, both "--include class" (i.e. with a space) and "--include=class" (with an equals sign) are now supported. More generally, one now can...
More info on my blog.
### Steps to reproduce `rails new` with 7.1, specifying a javavascript option ### Expected behavior package manager should be set in package.json ### Actual behavior No package manager in package.json...
Create a mechanism to run a shell script (or equivalent) on the primary host and return the results. That could be HTTP POST, write a magic file, whatever. This proposal...
Background: Rails 7.1 will be adding health checks. I work for Fly.io as a Rails Speciality and would like to make Fly.io automatically detect the presence of health checks and...
Reproduction instructions: ``` irb(main):003:0> Parser::CurrentRuby.parse('foo++') (string):1:6: error: unexpected token $end (string):1: foo++ (string):1: Traceback (most recent call last): ... ``` Note the blank line where there should be either a...
I'm now seeing the same problem that was reported on the (now archived) ubuntu-wsl2-systemd-script: https://github.com/DamionGans/ubuntu-wsl2-systemd-script/issues/15 The solution is to add the following to `/etc/rc.local` in step 6 ls /proc/sys/fs/binfmt_misc >...
See https://github.com/sstephenson/execjs/pull/180