Hi John, I think you're expected to modify your view yourself. Migrations only create/modify your database schema and doesn't touch anything else.
Warmest regards, David On Sun, Feb 14, 2010 at 8:15 AM, john h <[email protected]> wrote: > Hey Folks, > > RoR noob here with a quick question. I have added a field to a table > using: > ruby script/generate migration add_price_to_product price:decimal, > > and did: rake db:migrate afterwards. > > no change was reflected in the "Views" though. I'm pretty sure i'm > missing something here, can anyone give me a pointer? > > Many Thanks... > > John > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

