Show More
Commit Description:
fix logg() in compile, add more logging to engine.rb when the problem cannot be found
Commit Description:
fix logg() in compile, add more logging to engine.rb when the problem cannot be found
File last commit:
Show/Diff file:
Action:
lib/boot.rb | 10 lines | 352 B | text/x-ruby | RubyLexer |
require File.join(File.dirname(__FILE__), 'configuration')
require File.join(File.dirname(__FILE__), 'initializer')
require File.join(File.dirname(__FILE__), 'submission_helper')
require File.join(File.dirname(__FILE__), 'test_request_helper')
require File.join(File.dirname(__FILE__), 'engine')
require File.join(File.dirname(__FILE__), 'runner')