Wiki Best Practice

Hello Rails Community ~

Today I added tagging support to one of my Rails apps following this
Wiki page:

http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowto/versions/32

It outlined adding the necessary database tables with a schema
description in table format. I altered the article to use a
migrations approach with the code from the migration I created to add
the two tables, making the article now look like:

http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowto

I think that using a migration example in the wiki is a better
practice than outlining the schema and assuming new Rails users will
know to use a migration approach to add the tables. I was hoping to
get some thoughts from the community on this.

Thx,


Ben R.
303-947-0446
http://www.benr75.com