This collection contains some useful design resources for developers. Many of them were mentioned in the Refactoring UI tutorials.

github.com

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...

The main benefit of our convention to prefix commits by their corresponding Pivotal Tracker ID is that we can easily...

Edge (and some versions of Internet Explorer, like IE11) use to render a × clear input button on text fields. While...

When upgrading Clearance, pay attention whether the password hashing strategy might have changed. Old clearance versions (< 1.0) used SHA1-encrypted...

MariaDB (and MySQL) is released in different versions with different behaviors. For backwards compatibility this can be managed with the...

When a user shares your content, a snippet with title, image, link and description appears in her timeline. By default...

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...

collectd5 in version 5.9.0 is broken and you upgraded it everywhere. But because it's FreeBSD it does not...

makandra dev

webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...

github.com

From Ubuntu 17, rbenv fails to install Ruby below 2.4 because of a mismatching OpenSSL dependency: it needs libssl1.0-dev for...

makandra dev

git apply allows you to apply a diff onto your HEAD. Most often you can achieve the same result with...

Jasmine has long standing support for writing asynchronous specs. In days gone by we used the done callback to achieve...

If rspec hangs with no output and you dont get a backtrace neither with --backtrace nor by just killing it...

The gem json fails to install for Ruby 2.5 if you use a version equal or below 1.8.3.

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...

When installing a gem you can use version comparators like >= or ~>. That way it is possible to fetch the latest...

When you update your ChromeDriver to version 75 or beyond, you might get w3c errors in your tests.

Cucumber up to version 2 had a neat feature called Step Argument Transforms which was dropped in favor of Cucumber...

If you get requests with values for formats like this: {:locale=>[:de], :formats=>["../../../../../../../../../../etc/services{{"], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby...

jQuery has a function $.fn.trigger(). You can use it to dispatch an event on a jQuery object: let $element = $('.foo...