The issue in this card can occur if the node_modules directory is checked into your Git repository. We usually...
Over the years we have tried several solution to have vector icons in our applications. There are many ways to...
This is a short overview of things that are required to upgrade a project from the Asset Pipeline to Webpacker...
This is not encouraged because this change is easily forgotten. We recommend using this only if you know what you...
This is a presentation from 2019-01-21. Summary We want to move away from jQuery in future projects
When your code does not behave as expected, you can use a debugger statement ("breakpoint") at any point in your...
When upgrading Rails versions -- especially major versions -- you will run into a lot of unique issues, depending on the exact...
This repository was created with the intention of helping developers master their concepts in JavaScript. It is not a requirement...
S3cmd is a free command line tool and client for uploading, retrieving and managing data in Amazon S3. S3cmd reads...
Normally you can list all gems of the current ruby version with gem list, which also includes the gems of...
In this example we assume that not only the storage gem changes but also the file structure on disc.
Masonry is a famous library to dynamically arrange a grid of items that have different aspect ratio, like horizontal and...
Geordi provides a pretty neat way to generate beautiful commit messages according to your stories in Linear: geordi commit
Migrating data from a legacy into a new system can be a surprisingly large undertaking. We have done this a...
At makandra, we've built a few gems over the years. Some of these are quite popular: spreewald (> 1M downloads...
Just like Ruby Gems tag their version releases to the corresponding Git commit, it can be helpful to track production...
In medium-sized to large Rails applications, asset compilation can take several minutes. In order to speed up deployment, asset...
A matcher is a function that returns an object with a compare key. Usually it is registered with beforeEach...
Using the JS fullscreen API is painful because all browers use different methods and events and you need to use...
MySQL and MariaDB have an SQL mode setting which changes how MySQL behaves. The SQL mode value is comprised of...
Say you want to move a git repository from one remote (perhaps Github) to another (perhaps Gitlab).
TL;DR Use user.update!(remove_avatar: true) to delete attachments outside of forms. This will have the same behavior as...
Git has two kind of tags: annotated lightweight Annotated tags are stored as full objects in the Git database. They...
RSpec allows you to mark a single Example/ExampleGroup so that only this will be run. This is very useful when...