Big commit includes:
[selectricity] / config / environments / test.rb
index f0689b924bf935c9ca8cb91c578f2cba521e250c..7c2f617db2b1810fd86d3c15418b607403b991ca 100644 (file)
@@ -16,4 +16,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?