V
Vince W.
I'm having an issue loading libxml in production. On the same machine:
Loading production environment (Rails 2.3.3)=> false
Loading development environment (Rails 2.3.3)=> []
The difference between my development.rb and production.rb that seems to
make the difference is this:
#production
config.cache_classes = true
#development
config.cache_classes = false
Anyone know why this might be the case?
Loading production environment (Rails 2.3.3)=> false
Loading development environment (Rails 2.3.3)=> []
The difference between my development.rb and production.rb that seems to
make the difference is this:
#production
config.cache_classes = true
#development
config.cache_classes = false
Anyone know why this might be the case?