Show More
Commit Description:
copy working trunk (r383, before major changes to combine judge and to support grader message queue) to trunk...
Commit Description:
copy working trunk (r383, before major changes to combine judge and to support grader message queue) to trunk git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@396 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
judge/scripts/lib/boot.rb | 10 lines | 352 B | text/x-ruby | RubyLexer |
jittat
Combined judge project to the web project....
r176
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')