$:.unshift File.join(File.dirname(__FILE__),\ 'vendor','addressable-2.1.0','lib','addressable','uri')
Does the code provide access to a file that has this path:
'vendor/addressable-2.1.0/lib/addressable/uri'
I am trying to transfer an addressable stone to a Sinatra application to deploy it to my hosting provider, but I keep getting:
"no such file to load
after putting the string < unshift in config.ru .
ruby file
yark Sep 08 '09 at 18:53 2009-09-08 18:53
source share