Ignacio: Congratulations on Hobo 2.1.0! I'll be porting my two apps to that as well shortly. Looking forward to keeping up!
(How are you celebrating?) Hey Donz; Thanks for that history snapshot. I'm not quite that old, but I recall highschool in 1980 here in Ottawa and remember using punched cards to submit COBOL jobs to the school board's mainframe. Turn-around was 3 days only to discover a card out of order. The Fortran stuff we did by filling in bubble cards... with a pencil. I feel privileged (as you probably do) to have been experienced that early period. Tim On Sunday, January 26, 2014 4:35:02 PM UTC-5, donz wrote: > > Hi Ignacio, > > Well, except for a few extraneous -pre4s attached to hobo-bootstrap, > etc. in Gemfile, that I missed the first time:-), it works fine! I am > now using hobo 2.1.0 final. > > Porting continues. I'll let you know how it turns out, but so far the > only problems I have had were based on changes to Rails. > > Don > > P.S. I've been watching with interest Tim's identifer-length problems. > He should switch to Fortran IV, the identifiers are all 6 characters or > less;-) . (Yes, I did some serious work in Fortran II and IV and their > antecedent ACT III back in the early 1960's. The early work was done on > a machine that used vacuum tubes and drum memory; its operating system > was a grad student with a cot and boxes of paper tape:-D ) > > On 01/26/2014 12:13 PM, Ignacio Huerta wrote: > > 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 > >>> > > -- 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.
