Google Calendar integration into Thunderbird suddenly did not work any more for me. Thunderbird kept asking me for my password...

makandra dev
draggabilly.desandro.com

Javascript library for drag'n'drop that seems to have more options than native HTML5 drag'n'drop.

Just install the texlive-xetex package: sudo apt-get install texlive-xetex Running integration tests without texlive-xetex will produce...

Creating records in specs can be so fast that two records created instantly after one another might have the same...

This is what worked for me in a Rails 4: # JSON data as first argument, then parameters patch :update, { some...

api.rubyonrails.org

To avoid n+1 queries, you want to eager-load associated records if you know you need to access them...

When your system is not running on English, you may sometimes want to run some applications and not use your...

Getting rid of your old LibreOffice Remove your old LibreOffice: sudo apt-get remove libreoffice* You probably also want to...

If you get an error like this: An error occurred while installing pg (0.17.1), and Bundler cannot continue.

List flavors to show the ID and name, the amount of memory, the amount of disk space for the root...

Let's say you have two screens: Show a given project Show a report for all projects Ideally you want...

Yesterday, Rails fixed a security issue (CVE-2014-3514) in Rails 4+. It was possible to use .where...

makandra dev
github.com

edge_rider is Power tools for ActiveRecord relations (scopes). Please note that some of the functions edge_rider provides have...

So you have placed a breakpoint somewhere and now want to dig around, but not even inspecting variables is working...

makandra dev
github.com

Parses URLs of social networks to extract IDs or screen names. It does not get confused by child routes: you...

When you don't only have a favicon.ico in your project but also PNGs of different sizes and backgrounds, you...

Safari on iOS accepts an apple-touch-icon favicon that is used for stuff like desktop bookmarks. Always define a...

skype.com

Skype has been updated to 4.3 on Linux. This fixes group chat issues with non-linux clients.

makandra dev
linux.die.net

When connecting to multiple (i.e. > 4) servers to dive into logfiles or do security updates, terminator is what you want...

makandra dev
plugins.jquery.com

SudoSlider is a simple yet powerful content slider that makes no (or very few) assumptions about your markup and is...

If you have some file or directory that should trigger a Spring reboot, tell Spring e.g. in config/spring.rb: Spring.watch 'file.rb...

makandra dev
mupdf.com

MuPDF is a PDF reader that renders very quickly, yet still correctly. It supports PDF 1.7 and all the fancy...

When your Rails controller action responds with only a simple text, render text: 'Hello' may not be what you want...

The error unexpected 'x' after 'DESCENDANT_SELECTOR' (Nokogiri::CSS::SyntaxError) (where x may be basically any character) occurs when the...