This is follow up to my previous post about a loaderror for extlib.

config.ru has the line

   require File.expand_path('../.bundle/environment', __FILE__)

The only file under .bundle is

   config

which contains

   ---
   BUNDLE_WITHOUT: ""
   BUNDLE_PATH: gems

Seems that the config.ru hasn't caught up with changes in the bundling
system.

It's beyond me how to code this properly in config.ru.

To get my project working, I changed the require line to

   require File.expand_path('../gems/environment', __FILE__)



-- 
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/merb?hl=en.

Reply via email to