4.0.0 2020-07-30 Compatible changes Improved documentation; README now includes command options. Improvement #90: geordi console, geordi deploy, geordi...
"Open-source software (OSS) is great. Anyone can use virtually any open-source code in their projects." Well, it depends...
There is a reasonable simple way to move data between Redis servers: Simply temporarily configure the new server as a...
We use the whenever gem to automatically update the crontab of the servers we deploy to. By default, whenever will...
This seems to be obvious, but you can expect Rake tasks to be called in RSpec. it 'deletes all Users...
When you have many changes, and you want to spread them across different commits, here is a way to stage...
The linked GitHub repository is a bit like our "dev" cards deck, but groomed from a single person (Josh Branchaud...
A recent patch level Ruby update caused troubles to some of us as applications started to complain about incompatible gem...
Embedding videos on a website is very easy, add a tag to your source code and it just works...
Because colors improve readability so much. On Ubuntu 18.04 you can install it with sudo apt install grc
Sometimes it's nice to have some coloring in your logs for better readability. You can output your logs via...
To set a default Node version for new shells, use nvm alias default : nvm alias default 1.2.3
Debugging image color profiles is hard. You can't trust your eyes in this matter, as the image rendering depends...
SimpleScreenRecorder I recommend simplescreenrecorder, it produces an adequate output with only a few clicks. The audio recording contained some...
Im using the terminator terminal with the keyboard shortcut Control+Shift+E for splitting the terminal. I got used to...
Rubygems supports a 2FA for your account. Once enabled you need to provide your personal OTP code for every release...
This is a bookmarklet you can add to Chrome or Firefox which will allow you to create a story in...
When text renders differently in Firefox and Chrome, it may be caused by a font alias that both browsers handle...
There is a practical short list for valid/invalid example email addresses - Thanks to Florian L.! The definition for valid emails...
When using Chrome for Selenium tests, the chromedriver binary will be used to control Chrome. To debug problems that stem...
The main benefit of our convention to prefix commits by their corresponding Pivotal Tracker ID is that we can easily...
There are several ways to merge two (or more) PDF files to a single file using the Linux command line...
If you use webpacker in your Rails application, and you have completely disabled Sprockets, you might get the following error...
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...