Josh Nichols
Josh Nichols
Suggested in https://github.com/github/hubot/issues/827 by @mal > We have to run our Hubot on our own hardware due to security policy, unfortunately this means we get messages about missing Heroku URLs...
To figure out what needs to change, we start by adding it to be tested. I fully expect this to explode fantastically at first. cc https://github.com/thoughtbot/shoulda-matchers/issues/1469
Over in https://github.com/thoughtbot/shoulda-matchers/pull/1485 I was having a hard time reproducing the issue locally on macOS. In trying to find a way to reproduce it, I was remidned of VScode's devcontainer:...
This works by reading from stdin, and then applying fixes, and printing to the stdout. It will output the fixed file if --output is given. The motivation for this is...
This fixes https://github.com/amatsuda/routes_lazy_routes/issues/9 cc @ngan who helped me with concisely extending ActionMailer
Check out this GitHub feature: [Creating a template repository - GitHub Docs](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository) If you set this up, people would be able to then... [Creating a repository from a template ](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)....
Coming from other version managers, one thing I'm missing is being able to use `RUBY_VERSION` in the environment to set it. I'm not sure if this is a general asdf...
I've often had success with [brew bundle](https://github.com/Homebrew/homebrew-bundle) to specify macOS dependencies, and then using `brew bundle exec bundle install` to make sure the build env has everything set in there....
This is work towards https://github.com/rbenv/ruby-build/issues/42 I have only confirmed this on Ubuntu x86_64, with MRI releases. There will need to be some more work to make it more generalized, and...
This follows the pattern that rvm uses. There's a --movable flag, and that adds some extra options. Only tested on Ubuntu so far, but I can confirm that the configure...