On Jan 20, 2011, at 12:39 PM, fbsrosa wrote:

> I followed the tutorial to start with Hobo. everything went well till
> I went to the browser (Firefox) and got this message below:
> 
> ActionView::Template::Error (no such file to load -- html/sanitizer):
>    1: <page title="Home">
>    2:
>    3:   <body: class="front-page"/>
>    4:
>  app/views/taglibs/themes/clean/clean.dryml:2:in `block in
> page_with_aaa82d3a9ca5'
>  app/views/taglibs/themes/clean/clean.dryml:1:in
> `page_with_aaa82d3a9ca5'
>  app/views/front/index.dryml:1:in `block in render_page'
>  app/views/front/index.dryml:1:in `render_page'
>  app/views/front/index.dryml:1:in
> `_app_views_front_index_dryml__789750419_42260076_265882836'
> 
> Please, may someone help me to start?

You may want to roll back to the previous version of Bundler; 1.0.8 appears to 
have a bug:

https://github.com/carlhuda/bundler/issuesearch?state=open&q=sanitizer#issue/967

Typing the following at the commandline should help:

gem uninstall bundler
gem install bundler -v 1.0.7

(use sudo as needed if you've installed the original gems as root)

--Matt Jones


-- 
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.

Reply via email to