Thanks for the prompt reply, it worked.
Another problem I'm running into now though. I've got rails running in production mode (I commented out the line in environment.rb). At least it looks like it's running in production b/c it's saving everything to the production log file.
However, when I try rake db:migrate it keeps trying to use the information from the development database in database.yml. I tried commenting that out, but then it just says no information for development database or something to that effect. I've killed dispatch.fcgi and all that as well.
Never had this problem before any ideas?
2007-02-21 01:38 PM