It looks like you have a couple of different versions of rails in your gems. One gem loaded something from rails version 3.0.16 while another tried to load something from version 3.2.8 which conflicted with the older version already loaded.
I would highly recommend taking a look at rvm to manage your versions of ruby and the different versions of gems each app might need. Bob On Wednesday, October 24, 2012 3:58:12 PM UTC-4, Andrew Stannard wrote: > > Hi I am a new to hobo and really fancy getting into it but I have fallen > at the first hurdle :( I have rails 3.2 installed and hobo 2.0 I think but > get the following error when trying to create a new hobo project: > > The template > [/var/folders/z_/h47d24x939zbhk471dw1x74r0000gn/T/hobo_app_template] could > not be loaded. Error: Unable to activate rails-3.0.16, because > activesupport-3.2.8 conflicts with activesupport (= 3.0.16), > actionpack-3.2.8 conflicts with actionpack (= 3.0.16), railties-3.2.8 > conflicts with railties (= 3.0.16) > > any ideas what I need to to please > > thanks > Andy > -- 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/-/wQ75uOhkk8AJ. 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.
