ActiveRecordSchema is an ActiveRecord extension that allows you to write the database schema for a model within the model itself and to generate migrations directly from models.
mcasimir
gem "active_record_schema", "~> 0.5.10"