repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Cleanup, merge in changes to merb-core 0.9.3
[merb_mart.git]
/
config
/
environments
/
rake.rb
blob
a7970ef7cf3df8538a13520b97cf286237459ccc
1
Merb.logger.info("Loaded RAKE Environment...")
2
Merb::Config.use { |c|
3
c[:exception_details] = true
4
c[:reload_classes] = false
5
c[:log_auto_flush ] = true
6
c[:log_file] = Merb.log_path / 'merb_rake.log'
7
}