Closed painbank closed 8 years ago
I can find the file on a Mac OS X Yosemite if I put timeline_data.yml in the jobs directory and change this line as follows in timeline.rb job.
#config_file = File.dirname(File.expand_path(__FILE__)) + '../timeline_data.yml' config_file = File.dirname(File.expand_path(__FILE__)) + '/timeline_data.yml'
Can't test on mac atm, but try fiddling with the string, maybe remove the / prefix.
The File methods should be OS independent.
I can find the file on a Mac OS X Yosemite if I put timeline_data.yml in the jobs directory and change this line as follows in timeline.rb job.