ruby-toolbox.com

If you need a gem for a certain purpose, be sure to check this site. The rankings are determined by...

Consider the following HTML & CSS: ^ img { background-color: red; } div { border: 1px solid black; } This will leave a margin of...

Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...

Note: You might also want to check out BoxCryptor which does pretty much the same, and is supported across many...

MySQL version 5.1 comes with an alternative, faster InnoDB implementation (called "InnoDB Plugin"). Switching is easy: Stop your mysqld with...

stackoverflow.com

%p #{link_to "label", "url"}! Haml is a great engine for writing shorter, readable HTML. However, there is...

When requests arrive at the application servers simultaneously, weird things can happen. Sometimes, this can also happen if a user...

Say you want to vertically align a div box inside a div container. This is how you do it:

Today, this line made me trouble. Can you spot the mistake? match 'sitemap.xml' => 'feeds#sitemap', :constraints => { :format => 'xml' }, :as => 'sitemap...

objectmentor.com

Slides presenting ways to integrate the ideas of Aspect-Oriented Programming in Ruby. Outline Why Aspect-Oriented Programming?

37signals.com

How to call routes, make requests and try out helpers from the Rails console.

makandra dev
github.com

DTAUS & DTAZV are formats for German bank transfers and is short for "Datenträgeraustausch". The format itself totally sucks because it...

When you add a linear gradient to an element, IE9 removes all border-radius and inset box-shadows. This is...

makandra dev
blueimp.github.com

File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...

When you want to test how an web-application reacts in a specific resolution, you can set up a specific...

developer.mozilla.org

The DOM window object provides access to the browser's history through the history object. It exposes useful methods and...

The closest is probably Nimbus Sans L, which is released under the GPL, AFPL, LPPL licenses. However, I couldn't...

Note that you are not allowed to embed any font in a website. You need to check the license first...

makandra dev
developer.mozilla.org

Basic box shadow support is available in all browsers today, but you need to check to which extend they are...

All our projects have enum-like requirements like this: An attribute value must be included in a given set of...

Controller responses often include Javascript code that contains values from Ruby variables. E.g. you want to call a Javascript function...

By default, Google Analytics tracks the current URL for every request. Sometimes you will want to track another URL instead...

So you probably see the following error trace within your Passenger log file if you got here:

You can change which branches will be pushed when saying git push. Our recommendation is to set it to current...