# Settings specified here will take precedence over those in config/environment.rb
-
+#disable memcache
+Cache=nil
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the webserver when you make code changes.
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
+
+# start the debugger
+require 'ruby-debug'
+SCRIPT_LINES__ = {}
+Debugger.start