I' like to ship a small taglib with a gem I'm making but I have a
problem. If I do
include_taglib "rapid_openid_user_pages", :plugin => "hobo"
Hobo looks for
/usr/lib64/ruby/gems/1.8/gems/hobo-1.0.1/taglibs/rapid_openid_user_pages.dryml
And if I do
include_taglib "rapid_openid_user_pages", :plugin => "hobo_openid"
Hobo looks for
/app/dir/vendor/plugins/hobo_openid/taglibs/rapid_openid_user_pages.dryml
So if I do :plugin => "hobo" it'll look for my taglib in hobo gem
directory but if I do :plugin => "hobo_openid" it'll not look in
hobo_openid gem directory but in vendor/plugins/hobo_openid.
Do you know how can I tell Hobo to look for taglib in hobo_openid gem
directory?
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" 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/hobousers?hl=en.