I'm using rvm ruby 1.9.2-p180, rails 3.0.6 on Linux. Installed hobo with: gem install hobo -v 1.3.0.pre31 --pre
Appeared to install with no problems (no errors or warnings). I start my app with: hobo new appname I answer 'y' to the first question about using the startup wizard. It then bombs, spewing out a stream of error messages about missing files, et al, at line numbers: rb 103, etc. Do I need a different Rails version? On Mar 29, 12:00 pm, Owen Dall <[email protected]> wrote: > Thanks, DD. > > On Tue, Mar 29, 2011 at 10:47 AM, Henry Baragar < > > > > > > > > > > [email protected]> wrote: > > Thanks for the quick fix: my application is working with pre31. > > > Henry > > > On March 29, 2011 10:40:41 am Domizio Demichelis wrote: > > > > I have just pushed the pre31 and yanked the pre30. Sorry for the glitch. > > > > ciao > > > > dd > > > > On Tue, Mar 29, 2011 at 9:54 AM, Domizio Demichelis <[email protected] > > >wrote: > > > > > 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. > > > -- > > > 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. > > -- > > - Owen > > Owen Dall, Chief Systems Architect > Barquin Internationalwww.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.
