Quoting Paul E. G. Lynch <[email protected]>: > > I just upgraded from Rails 2.2.2 to Rails 2.3.2, and found that > running rake db:migrate fails now in production mode, unless I add "-- > require 'config/environment'" between "rake" and "db:migrate". The > error complains that model classes referenced in our migrations are > not defined. In development mode, everything works as usual. >
rake db:migrate RAILS_ENV=production It works fine for me on two different Rails 2.3.2 Linux hosts (OpenSuSE 10.3 on an IBM ThinkPad and Debian 5.0 on an Amazon EC2 instance). What is the error message and/or symptoms? Jeffrey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

