Hi ,
i run RAILS_ENV='production' rake db:migrate , script/server -e production, i can successfully run in production environment now. But when i wanna go back to development mode with rake db:migrate , script/server , something goes wrong. It seems, can't find the database?
Any one have met this problem ?