plugin
Annotate Models Plugin railsのmodelにDB上の定義を書き出してくれる。 コレは便利!
ウェブ見回ってたら、面白いプラグインを見つけた。 コレまでdb/migrateにこう書いていたのが class UpdateYourFamily < ActiveRecord::Migration create_table :updates do |t| t.column :user_id, :integer t.column :group_id, :integer t.column :body, …