Instead of using this hack you might want to use MariaDB 10.x which can work with both old and...
Tool to show you which gems are slow to load: ➜ git:(master) ✗ bundle exec bumbler [################################################# ] (49/65) travis-lint...
Awesome is a very good tiling window manager that provides neat features like automatic layouting of windows, good multi-display...
Git commands tend to come in groups. Avoid typing git over and over and over by running them in a...
Don't use exec without user parameter If you use exec without user parameter, the command will get executed as...
Enter any command into explainshell and it will explain it to you: split into separate commands (if present), with each...
If you are on a Linux shell and want to open a file with whatever default application is configured for...
TL;DR There are three dimensions you can control when scoping routes: scope module: 'module', path: 'url_prefix', as: 'path...
Angular's directives have a transclude option, that allows for rendering an element's original content within the directive's...
A HTTP 302 Found redirect to PATCH and DELETE requests will be followed with PATCH or DELETE. Redirect responses to...
First, decide if you want to pull with rebase. There are some implications of changing this, so think before you...
To install gems Bundler needs to be able to talk to https://api.rubygems.org. If you are behind a proxy you...
Don't use be_true to check if a value is true. It actually checks if it anything other than...
I got this error when running Rails 2.3 tests for Rails LTS. More stacktrace: NoMethodError: undefined method `cache' for Gem...
Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...
You can tell git to ignore different kinds and amounts of whitespace when merging or cherry-picking. This often occurs...
Remove some old binaries (commands still exist in geordi) and mark others as deprecated Rewrite deploy command to support...
When you're using feature branches, they will stack up if you don't delete them after the merge to...
The nokogiri gem provides different packages for several platforms. Each platform-specific variant ships pre-built binaries of libxml2, e.g...
As described by the linked Stackoverflow answer, run these commands: sudo add-apt-repository ppa:git-core/ppa -y
I recommend to go straight to 2.1.5+ without intermediate steps. Otherwhise you burden yourself with unnecessary work of encoding problems...
You can now define this step without Cucumber raising Cucumber::Ambiguous: Then /^I should see "whatever I want"$/ do ...
Cucumber raises a Cucumber::Ambiguous if more than one step definitions match a step. Our new cucumber_priority gem provides...
The puppet server caches custom functions. If you edit an existing function (e.g. while you’re developing it), you’ll...