My fault! I used a gsub syntax that is not supported on ruby < 1.9.x and I forgot to try it on 1.8.x. Sorry. I will fix it and push pre31 right away.
ciao dd On Tue, Mar 29, 2011 at 9:40 AM, Henry Baragar < [email protected]> wrote: > Hello, > > Is anybody else getting this error? > > Started GET "/" for 127.0.0.1 at Tue Mar 29 09:36:25 -0400 2011 > > Processing by FrontController#index as HTML > > Rendered front/index.dryml (101.1ms) > > Completed in 105ms > > ActionView::Template::Error (can't convert Hash into String): > > 1: <page title="Home"> > > 2: > > 3: <body: class="front-page"/> > > 4: > > app/views/front/index.dryml:1:in > `_app_views_front_index_dryml___1418448518_69918890798560_0' > > This error came up when I upgraded from pre29 to pre30 and also is > present on a fresh/clean "hobo new" application. > > Any idea as to what's going on? > > Regards, > > Henry > > On March 28, 2011 07:12:51 pm Domizio Demichelis wrote: > > > Lot of improvements and fixes (no clean log this time, because it got > > > messed up by a local merge). > > > > > > WARNING for legacy apps: > > > The module Hobo::Model::User has been renamed Hobo::Model::UserBase. That > > > may cause an error in some legacy app: just find and substitute the name > in > > > the affected places. > > > -- > > Henry Baragar > > Instantiated Software > > -- > 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.
