Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...
Finish the remainder of the ActiveModel todo list (observers, callbacks, validations, scoping, and serialization) in addition to associations. Also wire...
In earlier version I needed to do an awkward thing that only affected development mode, where Rails unloads all classes...
Porter is essentially the inverse of X-SendFile. It parses the multipart post in C inside your apache process and...
Best code comment ever.
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a...
If you’re working on some cool ruby console-based application or just want to add a little style to...
Capistrano recipes for database backups before migrations, passenger deployment strategy, release tagging in Git repos.
Following Apple’s lead, avoiding modes has been an important design goal in all modern computer systems.
iUI is a framework consisting of a JavaScript library, CSS, and images for developing iPhone webapps.
Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master
Not all icons in the Finder are created equal. There are the normal file and folder icons. Then there are...
Even if you’ve trapped, you can change your programming style and reap some of the benefits of those new...
It's important, however, that his wonderful code live on, and we need your help to do so. We've...
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...
What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...
The idea behind scrooge is both surprisingly simple and powerful: instead of forcing the developer to manually specify each attribute...
Google Chrome Frame is a plugin for Internet Explorer that embeds the entire Chrome web rendering engine inside IE.
Concerns is a simple Rails plugin that provides you with a simple way to organise your Controllers, Models and Mailers...
R. Clayton Miller's 10/GUI is probably one of the most dramatic reimaginations of the desktop user interface I’ve...
Good programmers know that a lack of superficial code quality and consistency is the best indicator of deeper systemic problems...
After some deliberation, we decided to implement a "schema-less" storage system on top of MySQL rather than use a...
Store schema-less data in MySQL.