fixed colors on graphs
[selectricity] / config / environments / test.rb
index 3609f90f8dc05372e274eeb3de94bce2c2f983e4..a1a2608bbfd3ef55531c08d37403266a0d7d463f 100644 (file)
@@ -1,3 +1,6 @@
+# Settings specified here will take precedence over those in config/environment.rb
+#disable memcache
+Cache=nil
 # The test environment is used exclusively to run your application's
 # test suite.  You never need to work with it otherwise.  Remember that
 # your test database is "scratch space" for the test suite and is wiped
@@ -5,7 +8,7 @@
 config.cache_classes = true
 
 # Log error messages when you accidentally call methods on nil.
-config.whiny_nils    = true
+config.whiny_nils = true
 
 # Show full error reports and disable caching
 config.action_controller.consider_all_requests_local = true
@@ -14,4 +17,9 @@ config.action_controller.perform_caching             = false
 # Tell ActionMailer not to deliver emails to the real world.
 # The :test delivery method accumulates sent emails in the
 # ActionMailer::Base.deliveries array.
-config.action_mailer.delivery_method = :test
\ No newline at end of file
+config.action_mailer.delivery_method = :test
+
+# start the debugger
+require 'ruby-debug'
+SCRIPT_LINES__ = {}
+Debugger.start

Benjamin Mako Hill || Want to submit a patch?