Kelly’s Rails Plugins

The following is a list of Ruby on Rails plugins that I’ve written:

migration_assist

This plug-in provides rake tasks to assist with the management of migration files. The rake tasks do not modify, copy, rename, or move actual migration files. Only the commands needed to accomplish the task are printed and can be cut and pasted into a terminal. The tasks take into account whether or not Subversion is being used to manage migration source code.

dump_model

This plug-in makes it easy to dump ActiveRecord models to files and/or fixtures. dump_model is derived from the ar_fixtures plugin created by Geoffrey Grosenbach.