search for: esimplyconf

Displaying 1 result from an estimated 1 matches for "esimplyconf".

2006 Apr 13
4
Apache/fastcgi setup can''t find custom config/*.yml file!
...pting to load. What I can''t figure out is why it can''t find the file. Here''s the code that loads it in my controller: require ''yaml'' class ESimplyController < ApplicationController @@config = "" @@config = YAML.load_file("config/eSimplyConf.yml") This setup works fine in my development environment. When this code gets called, I get the following error in my test.log file: Errno::ENOENT (No such file or directory - config/eSimplyConf.yml): /usr/lib/ruby/1.8/yaml.rb:143:in `initialize'' /usr/lib/ruby/1.8/yaml.rb...