Flowdock
method

prepare_breakpoint

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: Dispatcher
prepare_breakpoint() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/dispatcher.rb, line 119
      def prepare_breakpoint
        return unless defined?(BREAKPOINT_SERVER_PORT)
        require 'breakpoint'
        Breakpoint.activate_drb("druby://localhost:#{BREAKPOINT_SERVER_PORT}", nil, !defined?(FastCGI))
        true
      rescue
        nil
      end
Register or log in to add new notes.