Bret Weinraub
Bret Weinraub
Installing oauth2 gem 1.4.x now throws the following: You have installed oauth2 version 1.4.10, which is EOL. No further support is anticipated for the 1.4.x series. OAuth2 version 2 is...
RVM no longer installs in /usr/local/rvm [not for a long time]. About time this gem started looking in /usr/share/rvm. In :auto mode, check the old location still. Also add an...
Installing rvm via APT package leaves rvm in a non-standard directory [although standard for Deb/Ubuntu].
I've done this: ``` (unless (package-installed-p 'gitlab) (package-install 'gitlab)) ``` and the ``` (require 'gitlab) ``` dies with an error from the bowels where basically ``` (require 'f) ``` fails...
after calling rspec a second time from the rails console, I get: ``` RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError: RSpec's expect_with configuration option must be configured before any example groups are defined, but you have...
Add command line switch (--exit-after) or Environment variable (EXIT_AFTER),which causes work to exit after a specific number of jobs, irrespective of success or failure.