As we saw in some of the earlier posts in the series, the Rails 3 generator API provides a feature that allows you to customize the default generators via plugins or "hooks". For example, you can use a mongomapper generator instead of the default active_record generator in order to generate custom model code. In this installment I'll discuss the hooks that are available in Rails and explain how Ra