I'm not sure if this is a bug or not, but I was able to recreate it. When I
attempt to include hobo-jquery as a gem, I receive the following error when
trying to load my app. I had added <include gem="hobo-jquery" /> to
application.dryml. I then changed it to use hobo-jquery as a plugin instead
using <include plugin="hobo-jquery" /> and I no longer have the error. I
did note you said to use the latest version of Hobo from github, which I
think at the time was Hobo 1.3. I am using Hobo 1.3RC. Just an FYI.
Thanks,
Henry
Dryml::DrymlException in Front#index
Showing /home/henry/Documents/Ruby/hobo3-awesome/app/views/front/index.dryml
where line #1 raised:
No such taglib: /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs
{:type=>:include, :template_dir=>"app/views/taglibs"}
/home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs/.drymlDryml::DrymlException
in Front#index
Showing /home/henry/Documents/Ruby/hobo3-awesome/app/views/front/index.dryml
where line #1 raised:
No such taglib: /home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs
{:type=>:include, :template_dir=>"app/views/taglibs"}
/home/henry/Documents/Ruby/hobo3-awesome/app/views/taglibs/.dryml
Extracted source (around line #1):
1: <page title="Home">
2:
3: <body: class="front-page"/>
4:
Rails.root: /home/henry/Documents/Ruby/hobo3-awesome
Application Trace | Framework Trace | Full Trace
app/views/front/index.dryml:1:in
`_app_views_front_index_dryml__743780365__628518598_0'
Extracted source (around line #1):
1: <page title="Home">
2:
3: <body: class="front-page"/>
4:
Rails.root: /home/henry/Documents/Ruby/hobo3-awesome
Application Trace | Framework Trace | Full Trace
app/views/front/index.dryml:1:in
`_app_views_front_index_dryml__743780365__628518598_0'Bryan -
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/hobousers/-/eGNTaXdFd1N3NzBK.
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.