When you want to copy/move from a shared folder (on Windows guests, for example) and it fails with absurd error...

When you are trying to install/update VirtualBox Guest Additions on your guest machine but the setup is for a different/older...

Xfce gives you a million options to configure your panels. Together with Xfce's sometimes arcane configuration UI, this can...

If you can now longer hear or record sounds after upgrading Ubuntu, you probably need to re-tell Ubuntu which...

progfu.com

I am talking about development speed. When your application starts growing and you start adding gems, it starts to take...

github.com

As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.

makandra dev
github.com

The gem author Jonas Nicklas highlights in a Google Groups post that the release is not backwards compatible to 1...

When you have two models in a has_many, has_one or belongs_to association, the :inverse_of option in...

Modern cameras often produce JPEGs that have a "I should be rotated 90° to the left" flag. If you process...

github.com

Installation differs slightly from older versions, please check the README.

Icon fonts like Font Awesome are infinitely scalable, look great on high-DPI displays and will give your app a...

stackoverflow.com

While git branch will show you all branches and highlight the current one with an asterisk, it can be too...

If you get this warning on your local machine one of these steps might help: Rebuilt the gem with the...

You're using exception_notification and want to send exception mails within a model. Here's how. The ExceptionNotifier class...

makandra dev

Browsing the git stash is a bit tricky. Here is how to see the changes without applying them:

Cucumber_rails' old-school web-steps have been deprecated for a while, urging developers to write high-level step definitions...

There is no reason to leave trailing whitespace characters in your project's files, so don't add any.

makandra dev

Today I got a better understanding of how git works, in particular what git checkout and git reset do.

The ActionMailer in Rails 2 depends on a buggy version of TMail, which sometimes inserts a blank line into the...

simple_format ignores Rails' XSS protection. Even when called with an unsafe string, HTML characters will not be escaped or...

Note: Modern Rails has two build pipelines, the asset pipeline (or "Sprockets") and Webpacker. The principles below apply for both...

A print stylesheet is easy to create. Choose a font suited for paper, hide some elements, done. Unfortunately print stylesheets...

makandra dev

This article describes how to reset MySQL's or MariaDB's root password on your workstation. It's meant for...

RubyMine: Set specific Ruby version per project