Hi folks. I'm just starting to learn ruby and rails, and I'm working through a tutorial.
I've hit a hurdle attempting to add a column to a table. I've created the migration file and ran it through rake, and I can see that the db (mysql) has changed. However, from what I've read, this new column should immediately be reflected in the app; in other words, when I create a new widget in the app, a new form field should appear on the page. But, this isn't happening. Can anybody explain why? Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

