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
References:
File last commit:
Show/Diff file:
Action:
lib/boot.rb
| 10 lines
| 352 B
| text/x-ruby
| RubyLexer
|
|
r22 | |||
require File.join(File.dirname(__FILE__), 'configuration') | ||||
require File.join(File.dirname(__FILE__), 'initializer') | ||||
|
r23 | |||
require File.join(File.dirname(__FILE__), 'submission_helper') | ||||
require File.join(File.dirname(__FILE__), 'test_request_helper') | ||||
|
r22 | require File.join(File.dirname(__FILE__), 'engine') | ||
|
r23 | require File.join(File.dirname(__FILE__), 'runner') | ||
|
r22 | |||