Some advice for bulk loading many records into InnoDB and finishing before the sun burns out. Use with care.
deploy-to-production now calls Capistrano with bundle exec since we started to bundle Capistrano in all projects.
The following code activates autoloading using ActiveSupport 3.x: require 'active_support' require 'active_support/dependencies' relative_load_paths = %w[app/controllers...
You can search for large messages by folder or by your entire email account. Useful to reduce your mailbox size...
Some progress was made by browsers on implementing CSS filters like blur, greyscale or some other effects. You might already...
TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud.
If you are using VNC to run Selenium tests, it may be hard to see what's going on since...
Building CSS mobile-first is the way forward, because blah blah blah progressive enhancement blah. Problem is, Internet Explorer prior...
Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph. The linked page...
Probably was in the repository once and got deleted in a commit that you pulled.
I had trouble serving an MP4 video to my iPad. Although the video complied with all the specs (H.264 codec...
A collection of snippets to generate random number under certain conditions, as: gaussian with a specified distribution triangular distribution
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...
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...
You might have notices this behavior when you cut a selection or use the rubber tool. The behavior depends on...
You will find this useful when creating responsive designs that work well on small screens. The attached Javascript gives a...
If your project uses another version than your default Ruby, RubyMine will give you incorrect inspections, for example.\
There is now a solution.
There is a conflict between current capistrano versions and the 2.5.1 net-ssh gem. Make sure you upgrade to 2.5.2...
Capistrano recently had some API changes that can results in deploys not working when running with old deploy.rb files.
MySQL version 5.1 comes with an alternative, faster InnoDB implementation (called "InnoDB Plugin"). Switching is easy: Stop your mysqld with...
%p #{link_to "label", "url"}! Haml is a great engine for writing shorter, readable HTML. However, there is...