Hello Owen,
is there a new Version from 'Hobo at Work' with an installing how to for win XP which works with the newest Versions of rails and Hobo? If not - what is different to the installing routines between the versions of rails 2? Regards Torsten Schulz Tel.: 05337 / 90 8 66 Mob: 0177 / 3993 670 -----Ursprüngliche Mitteilung----- Von: Owen Dall <[email protected]> An: [email protected] Verschickt: Fr., 21. Jan. 2011, 23:57 Thema: Re: [Hobo Users] Installing Hobo with Rails 3.0.3 Thanks, Matt! -Owen On Fri, Jan 21, 2011 at 5:40 PM, Matt Jones <[email protected]> wrote: 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. -- - Owen Owen Dall, Chief Systems Architect Barquin International www.barquin.com Cell: 410-991-0811 -- 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. -- 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.
