Displaying 1 result from an estimated 1 matches for "relative_requir".
Did you mean:
relative_require
2010 Sep 09
3
1.9.2 why does relative_require need an additional backtrack in path
Why does Ruby-1.9.2-p0 require an additional ../ for relative paths
when compared to the same code for ruby1.8?
if RUBY_VERSION < ''1.9''
require File.dirname(__FILE__) + library
else
require_relative File.dirname(__FILE__) + ''/..'' + library
end
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"