log to fake_app/log directory

This commit is contained in:
Akira Matsuda 2012-05-24 15:20:26 +09:00
parent 2cf5ad5e6d
commit 1f8389ae8f
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ app = Class.new(Rails::Application)
app.config.secret_token = '3b7cd727ee24e8444053437c36cc66c4'
app.config.session_store :cookie_store, :key => '_myapp_session'
app.config.active_support.deprecation = :log
# Rais.root
app.config.root = File.dirname(__FILE__)
Rails.backtrace_cleaner.remove_silencers!
app.initialize!