Hi All,

Has anyone had any luck using the "path" option in a `Gemfile` for a
vendored gem?

    source "rubygems.org"
    gem "rails", "3.0.0.beta4"
    ...
    gem "mygem", "0.0.1", :path => "vendor/gems/mygem-0.0.1"

This seems to work when I run my app locally in production mode, but I
get `const_missing` errors when deploying to Heroku. Is this a Bundler
issue? A Heroku issue? Or am I doing something wrong?

Any insight would be greatly appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to