Displaying 1 result from an estimated 1 matches for "job_folder".
Did you mean:
b_folder
2006 Aug 03
1
Is it possible to interpolating variables in YAML files?
I''m attempting to store a value that''s dependent on an environment
variable in a custom .yml file, like so:
job_folder: "#{RAILS_ROOT}/jobs"
Doesn''t seem to like that. Is there any way for me to have access to
the RAILS_ROOT environment variable from inside of my configuration
file?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.