There is an issue with when restoring a PostgreSQL dump created with pg_dump < v11 with pg_restore > v10:
WProofreader is a spelling and grammar checking tool that integrates with textareas and numerous WYSIWYG editors. While it usually activates...
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...
As an application exists, data accumulates. While you'll be loosely monitoring the main models' record count, some supportive database...
There are a few ways to access view helpers from the Rails console. The easiest way is the helper shortcut...
You can use constraints in your routes.rb to avoid getting ActionView::MissingTemplate errors when wrong routes are called. Instead, the...
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...
Use the compile function to change the original DOM (template element) before AngularJS creates an instance of it and before...
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...
The ruby sass gem also installs a command line tool to convert to and from SCSS. Use it for a...
CSS transitions are a simple animation framework that is built right into browsers. No need for Javascript here. They're...
This favicon generator will guide you to a perfect set of favicon files, suitable for all devices and situations (browser...
Unfortunately I couldn't find a complete and working documentation on how to do this. But this steps succeeded (at...
There are several ways to merge two (or more) PDF files to a single file using the Linux command line...
Edge (and some versions of Internet Explorer, like IE11) use to render a × clear input button on text fields. While...
Within a Flexbox layout, there are multiple CSS attributes that may affect a child's basis (the initial width before...
Rails is split into a large number of (sub-) frameworks. The most important and central of those are activesupport (extends...
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...
If you use webpacker in your Rails application, and you have completely disabled Sprockets, you might get the following error...