bret.appspot.com

After some deliberation, we decided to implement a "schema-less" storage system on top of MySQL rather than use a...

friendlyorm.com

Store schema-less data in MySQL.

m.onkey.org

So here’s an overview of how things are going to work in Rails 3.

github.com

Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and...

github.com

A simple implementation of an Identity Mapper for Active Record.

teddziuba.com

They don't teach you this in college, but the fundamental theorem of the software industry is the idea that...

Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...