There is a practical short list for valid/invalid example email addresses - Thanks to Florian L.! The definition for valid emails...
There was an issue with makandra_sidekiq < 0.2 concerning the stopping of Sidekiq. Sidekiq < 6 has two finishing timeouts: one...
Projects with more than one developer should always consider to enforce code review even for small changes to improves the...
This collection contains some useful design resources for developers. Many of them were mentioned in the Refactoring UI tutorials.
Most of the time it is a tedious task to apply a code style guide to an existing code...
I got this error after upgrading Ruby from 2.4.5 to 2.6.4 when I opened the Rails console - rails server still...
When using Chrome for Selenium tests, the chromedriver binary will be used to control Chrome. To debug problems that stem...
This repository is a community-curated list of flexbox issues and cross-browser workarounds for them. The goal is that...
The main benefit of our convention to prefix commits by their corresponding Pivotal Tracker ID is that we can easily...
If you use webpacker in your Rails application, and you have completely disabled Sprockets, you might get the following error...
Capistrano automatically logs each (successful) deployment into a file on your application servers. It is located at the root of...
When an AJAX request raises an exception on the server, Rails will show a minimal error page with only basic...
Sometimes, due to git or other "accidents", important files get deleted or overwritten. At a state when even Ctrl+Z...
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
From Ubuntu 17, rbenv fails to install Ruby below 2.4 because of a mismatching OpenSSL dependency: it needs libssl1.0-dev for...
git apply allows you to apply a diff onto your HEAD. Most often you can achieve the same result with...
Element finding is a central feature of Capybara. Since #find is normally used to get elements from the current page...
If your Ruby project includes a gem like Spreewald that comes with some external step definition, RubyMine does not know...
If rspec hangs with no output and you dont get a backtrace neither with --backtrace nor by just killing it...
With ActiveType 1.2 you can modify associations (has_many etc.) after they have been defined. One common use case for...
Not all versions of Node.js are compatible with each other. Also npm packages may require a minimum or maximum version...
The issue in this card can occur if the node_modules directory is checked into your Git repository. We usually...
Cucumber up to version 2 had a neat feature called Step Argument Transforms which was dropped in favor of Cucumber...
When deploying with capistrano it's possible you get this "error" message: *** [err :: example.com] There are no Phusion Passenger-served...