TextMate theme for RadRails

If you’re using RadRails, the Eclipse plug-in for Rails development, and want to get that super cool look textmate offers, you have to check out this post. The color scheme combined with the new fonts that ship with Vista make this a nice switch from the boring Courier New-on-a-white-background set up you’re probably used [...]

Adding query analysis to CF’s built-in debug output (for MySQL)

I came across a cool plugin for Rails that allows you to analyze your queries in MySQL. It takes advantage of the EXPLAIN statement, which you can read about here if you aren’t already familiar with it. And if you aren’t familiar with it, you should get familiar with it :) It’s a really easy [...]