I know how to do this for actual deployment, but is there a way to change the Rails "document root" used from its default of RAILS_ROOT/ public *in development mode*?
I want to do something like this:
config.document_root = "/shared/global/images"
Since I have several different applications using the same image sets.
We can't use svn:externals or other tricks due to some complexities I've omitted, so I'm hoping there's a way to configure this in environment.rb
Thanks, Nate