maybe i'm the one not keeping up with the changes in bundler. seems that config.ru and .bundle are meant to work with
"bundle exec" executions. I don't find much or any documentation on using "bundle exec" with merb. "bundle exec merb" returns errors "bundle exec bin/merb" tells me mongrel is not installed but plain "bin/merb" works fine. anyhow, passenger doesn't execute from the command line. On May 8, 4:41 pm, Ming <[email protected]> wrote: > 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 > athttp://groups.google.com/group/merb?hl=en. -- 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.
