helper.rb 314 字节
Newer Older
1
require File.expand_path('../../../../load_paths', __FILE__)
2

3
require 'config'
4
require 'active_model'
5 6 7 8 9 10 11 12 13 14 15 16

# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

require 'rubygems'
require 'test/unit'

begin
  require 'ruby-debug'
  Debugger.start
rescue LoadError
end