Fix: downgrade net-ssh to version 2.9.1.
Important If your railscomplete-deployment uses the net-ssh-gem please ensure you use version 5.2.0 or newer to ensure...
Speaker today is Henning Koch, Head of Development at makandra. This talk will be in German with English slides.
With puma you can have concurrent requests. There are two concepts on how Puma can handle two incoming requests: Workers...
Ruby's Net::HTTP library repeats a failing request once, as long as it deems it idempotent (GET, HEAD etc...
TLS/SSL certificates are often used for HTTPS traffic. Occasionally a service may also use their TLS certificate to support public...
Or: How to avoid and refactor spaghetti code Please note that I tried to keep the examples small. The effects...
This collection contains some useful design resources for developers. Many of them were mentioned in the Refactoring UI tutorials.
collectd5 in version 5.9.0 is broken and you upgraded it everywhere. But because it's FreeBSD it does not...
Suggested Workflow Set the ruby version in .ruby-version to 2.3.5, then perform these steps one by one, fixing errors...
A JavaScript error in an E2E test with Selenium will not cause your test to fail. This may cause you...
TL;DR Append your locale keys with _html to have them marked as html_safe and translate them with = t...
If freshclam updates are failing even though the update servers are available and you find error messages like the following...
You can configure a Ubuntu system as a gateway in order to share it's internet connection (maybe via WLAN...
Webmocks hash_including is similar to RSpec::Mocks::ArgumentMatchers#hash_including. Be aware that hash_including (webmock v3.0.1) doesn't...
Occasionally, you have to talk to APIs via HTTPS that use a custom certificate or a misconfigured certificate chain (like...
TL;DR: Update the 'net-ssh' gem by adding to your Gemfile: gem 'net-ssh', '=2.9.1' Now run bundle update...
Plot graphs in Ruby WebGraphviz renders in your browser via JavaScript (to store the rendered graph, extract the SVG using...
brandcolors.net provides you with the colors of the world's biggest brands, easily searchable.
Enter any command into explainshell and it will explain it to you: split into separate commands (if present), with each...
I recommend to go straight to 2.1.5+ without intermediate steps. Otherwhise you burden yourself with unnecessary work of encoding problems...
require 'net/http' module Cheat extend self # the magic ingredient def host @host ||= 'http://cheat.errtheblog.com/' end def http @http ||= Net...
If your requests blow up in Ruby or CURL, the server you're connecting to might only support requests with...
When you have a string containing umlauts which don't behave as expected (are not matched with a regexp, can...