Jesse Newland

8 Posts tagged with database

Maatkit: a toolkit of utilities and tools for MySQL

Maatkit makes MySQL easier and safer to manage. It provides simple, predictable ways to do things you cannot otherwise do.

RailRoad diagrams generator

RailRoad is a class diagrams generator for Ruby on Rails applications.

The NullDB Connection Adapter Plugin

NullDB is the Null Object pattern as applied to ActiveRecord database adapters. It is a database backend that translates database interactions into no-ops.

db-populate

Plugin to help populate the development and production databases of Ruby on Rails projects

Amazon SimpleDB

I got word that this was being worked on at an Amazon event several months ago. Good to see it released!

Ambition - SQL generation using Ruby's Enumerable class

Wanstrath is crazy smart. This is crazy awesome: User.detect { |u| u.email =~ 'chris%' && u.profile.blog == 'Err' }

ONLamp.com -- Advanced MySQL Replication Techniques

Great example of circular replication using MySQL 5.x. For the next upgrade.

Magic Multi-Connections

Magic Multi-Connections allows you to write your models once, and use them for multiple database Rails databases at the same time. How? Using magical namespacing.
What is this?