Rob Nichols wrote: > Thank you again Conrad. > > I have answered the question that started me down this path. That was, > is there a simpler form of rake db:migrate that I could use to migrate > non-development databases.
Rake db:migrate, like most railsy things, looks at the RAILS_ENV environment variable to determine which environment to work on. You can set that any way you like. Youbcan even write a new Rake task to set it for you. 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 -~----------~----~----~----~------~----~------~--~---

