The app I'm adding to has this line uncommented in environment.rb: ENV['RAILS_ENV'] ||= 'production'
and the instructions at the hosting site (railsplayground.com) instruct one to do this. This means I either have to edit this file to work in development on my machine, and remember to change it back before deploying, or work in production mode, which is undesirable for a number of reasons. I've not seen this on the few other servers I've dealt with. What are they doing differently that requires this? Thanks, Scott -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
