* adding more debugs for problem on server

This commit is contained in:
Seth Call 2014-07-30 21:35:37 -05:00
parent ac13d97808
commit 2cdafacd16
1 changed files with 5 additions and 0 deletions

View File

@ -6,13 +6,18 @@ def bputs(msg)
end
end
bputs "before simplecov"
require 'simplecov'
bputs "before rubygems"
require 'rubygems'
bputs "before omniauth"
#require 'spork'
require 'omniauth'
#uncomment the following line to use spork with the debugger
#require 'spork/ext/ruby-debug'
ENV["RAILS_ENV"] ||= 'test'
bputs "before activerecord load"