Joe wrote: > Ok. Found it out and it works. > > Thanks for your help, I can't belive I didn't even know about > migrating in production mode (I remember I had the problem before, but > couldnt remember how I fixued it (must have been via this method)). > > If anyone wants to know how: rake db:migrate RAILS_ENV="production"
Better yet, set up Capistrano, which automates this and most other deployment tasks. > > Thanks so much! > > -Joe Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

