If you upgrade to the mysql2 gem, you will run into the problem that the server's database.yml (which is...
A collection of inspirational websites using media queries and responsive web design. Curated by Eivind Uggedal (@uggedal).
This script loads a dump into your development database. You can provide the full path to you database dump like...
Some advice for bulk loading many records into InnoDB and finishing before the sun burns out. Use with care.
TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud.
Building CSS mobile-first is the way forward, because blah blah blah progressive enhancement blah. Problem is, Internet Explorer prior...
Probably was in the repository once and got deleted in a commit that you pulled.
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
There is now a solution.
MySQL version 5.1 comes with an alternative, faster InnoDB implementation (called "InnoDB Plugin"). Switching is easy: Stop your mysqld with...
When requests arrive at the application servers simultaneously, weird things can happen. Sometimes, this can also happen if a user...
Using beginning_of_day or end_of_day on Date or DateTime objects in Rails 2.x applications will never...
If you get an error like this ... can’t find executable rails for rails-3.2.3 (Gem::Exception) ... one of several...
Though the W3C even gives it as an example, no browser actually supports this CSS: img:before { content: "something"; }
File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...
You can use this code: function scrollToLine($textarea, lineNumber) { var lineHeight = parseInt($textarea.css('line-height')); $textarea.scrollTop(lineNumber * lineHeight); }
All our projects have enum-like requirements like this: An attribute value must be included in a given set of...
zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an...
An association defined with has_many :through will return the same record multiple times if multiple join models for the...
Make sure you call the methods in the following order and not vice versa: has_attached_file :image validates_attachment...
The default behavior of Calc is that when you paste cells from the clipboard, it overwrites whatever cells occupy the...
Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...
validates_acceptance_of :terms only works if terms is set to a value. The validation is skipped silently when terms...