instiki/config/environments/development.rb
2005-08-09 02:20:28 +00:00

5 lines
170 B
Ruby

Dependencies.mechanism = :require
ActionController::Base.consider_all_requests_local = true
ActionController::Base.perform_caching = false
BREAKPOINT_SERVER_PORT = 42531