public
Description: Poor mans CDN
Homepage: http://jaikoo.com/2008/5/9/poor-mans-cdn
Clone URL: git://github.com/jaikoo/pmcdn.git
jaikoo (author)
Fri May 09 14:45:52 -0700 2008
pmcdn / config / environments / test.rb
100644 6 lines (6 sloc) 0.152 kb
1
2
3
4
5
6
Merb.logger.info("Loaded TEST Environment...")
Merb::Config.use { |c|
  c[:testing] = true
  c[:exception_details] = true
  c[:log_auto_flush ] = true
}