Added support for ruby-debug to replace breakpointers.
[selectricity-live] / config / environments / development.rb
old mode 100755 (executable)
new mode 100644 (file)
index 0589aa9..12a3e04
@@ -19,3 +19,8 @@ config.action_view.debug_rjs                         = true
 
 # 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

Benjamin Mako Hill || Want to submit a patch?