makandra dev

6.0.0 2021-06-02 Compatible changes geordi commit will continue even if one of the given projects is inaccessible. It...

Installing gems on a server that has no access to the internet (especially rubygems.org) requires to bundle the gems into...

If your project depends on an old version of ImageMagick that you can no longer install in your system, you...

makandra dev

I just finished migrating a project from the Asset Pipeline to Webpacker, this is what my diff to master looks...

Headless Chrome is a way to run the Chrome browser without a visible window. Configuring Capybara Configure the Capybara driver...

Using Ruby 1.8.7 you will not be able to use the maximum versions Rubygems 1.8.30 and Bundler 1.17.3 with https://...

When loading a database dump created with pg_dump into your database, you might run into an error like

It sometimes happen that a database dump, that would want to insert into your development database, does not match the...

makandra dev

If you're using the webdrivers gem and VCR together, depending on your configuration, VCR will yell at you regulary...

makandra dev
github.com

grep is the go-to CLI tool to accomplish tasks like filtering large files for arbitrary keywords. When additional context...

"Open-source software (OSS) is great. Anyone can use virtually any open-source code in their projects." Well, it depends...

makandra dev
github.com

If you render markdown from user input, an attacker might be able to use this to inject javascript code into...

github.com

The linked GitHub repository is a bit like our "dev" cards deck, but groomed from a single person (Josh Branchaud...

When text renders differently in Firefox and Chrome, it may be caused by a font alias that both browsers handle...

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

Sometimes, due to git or other "accidents", important files get deleted or overwritten. At a state when even Ctrl+Z...

Travis changed their default distribution from Ubuntu 14.04 (trusty) to 16.04 (precise). This might break your test setup for new...

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

When we want to use our own (or bought) fonts in an application with Webpack(er), we have two options...

The rendered font often depends on the local font your system provides, therefore you often find a rule like below...

makandra dev

If you need to run a program on a remote machine (e.g. to your office PC) with a graphical UI...

At makandra, we've built a few gems over the years. Some of these are quite popular: spreewald (> 1M downloads...

Why secure-only cookies used to be necessary Cookies have an optional secure flag. It tells the browser to not...

To make a local copy of an S3 bucket, I use the s3cmd command line tool. Configure access keys: