If you want to update some records with boolean fields in a migration, always remember to set your values with...

In a nutshell: return statements inside blocks cause a method's return value to change. This is by design (and...

If you get errors from your development WEBrick that contain unicode salad, you are probably requesting the page via SSL...

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

Tempfiles get deleted automatically With the the ruby Tempfile class you can create temporary files. Those files only stick around...

makandra dev

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

There are many fun Unicode characters like ▲ or ☯. You might be tempted to use them for graphical elements in lieu...

sudo apt-get install gnome-session-fallback or (alias) sudo apt-get install gnome-panel from a terminal.

Assuming the following sunspot setup of the post class: class Post < ActiveRecord::Base searchable do text :title string :state

Note: Instead of using the method in this card, you probably want to use ActiveType's nested attributes which is...

Every now and then, Java is subject to security issues where code can break out of Java's sandbox and...

When committing, you should always check the diff of your changes so you don't include any leftovers or irrelevant/bad...

Sometimes you need to look at the filter chain in specs. You can do it like that on Rails 2...

I was experiencing the following problem: It seems your ruby installation is missing psych (for YAML output). To eliminate this...

If you encounter a Firefox that does not care about your font settings but always uses specific fonts, you can...

github.com

Internet Explorer until version 9 has some limitations when parsing CSS files Summarized, these are: Up to 31 CSS files...

So your Cucumber feature sometimes dies with this exception: Modal Dialog Present (Selenium::WebDriver::Error::UnhandledAlertError) As a seasoned Selenium...

logicalfriday.com

How delayed jobs can make your after_save callbacks execute before the record is saved.

For string columns, MySQL indexes the left side of a string. That means an index can speed a like query...

jetbrains.com

You can quickly access views that belong to a controller by using the tiny "page with arrow" icon in the...

github.com

In Selenium features the server and client are running in separate processes. Therefore, when mocking time with a tool like...

Be careful when stubbing out attributes on records that are defined by associations. Nothing is as it seems to be...

makandra dev
robots.thoughtbot.com

I recently worked on a project with 60+ old feature branches. Most of them had been merged into master and...

makandra dev
softwareishard.com

This Firebug feature is called simply Log Events and allows developers to log DOM events into the Console panel.