instiki/config/environments/development.rb

6 lines
229 B
Ruby
Raw Normal View History

Dependencies.mechanism = :require
ActionController::Base.consider_all_requests_local = true
ActionController::Base.perform_caching = false
BREAKPOINT_SERVER_PORT = 42531
2005-03-25 23:55:59 +01:00
INSTIKI_DEBUG_LOG = true unless defined? INSTIKI_DEBUG_LOG