Hi Don, Yes, those steps are perfect. It should not be necessary to create a new gemset, installing several versions of Hobo in a gemset does not usually create trouble. But if you want to be extra safe, that's the way to go!
Warm regards, Ignacio El 26/01/14 17:18, Donald Ziesig escribió: > Hi Ignacio, > > I have been porting my real-estate search app to the pre4 version with > great success! > > Now I want to use the final version. > > The current Gemfile contains: > > ruby 2.0.0 > gem 'rails', '4.0.2' > gem "hobo", "= 2.1.0.pre4" > > Since I have the tendency to be super cautious, before I go and destroy > anything (it is backed up with git, but ...) I would like to confirm the > steps to use: > > 1) edit the Gemfile so that Hobo is 2.1.0. > > gem "hobo", "= 2.1.0" > > 2) create a new rvm gemset and install hobo2.1.0 without preN > > 3) bundle install > > rails server > > Continue porting (hopefully). > > Have I missed anything? > > Keep up the good work! > > Don Ziesig > > > > On 01/26/2014 07:51 AM, Ignacio Huerta wrote: >> Hi! >> >> I'm happy to announce the release of the final Hobo 2.1.0 version with >> Rails 4 support. >> >> Thanks to everyone that has made it possible :). >> >> http://hobocentral.net/blog/2014/01/26/2-1-0-final >> >> Warm regards, >> Ignacio >> > -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
