Ok got through manually installing all the gems, running the wizard and manually installing all the additional gems. I choose to use bootstrap as my theme. I the coped the controllers and models over from the app I'm porting over to hobo v.2, No view changes yet just models and controllers.
I'm now seeing a few odd things. First I getting spammed with the following in the terms I started the server from [2012-10-06 11:19:11] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true Second I have children :gyms in the user model. Since it's a new database I have no gyms set but after logging in and going to http://localhost:3000/users/1-bob-sleys The header for the children collection is showing the following. Bob Sleys' Gyms No records to display Not a big issue On the plus side I love that more theme options are included in the wizard now. Bob On Tuesday, September 25, 2012 5:23:50 PM UTC-4, Bryan Larsen wrote: > > blog post here: http://hobocentral.net/blog/2012/09/25/2-0-0-pre2/ > > Note that Hobo/will_paginate is now required in your gemfile: > > gem "will_paginate", :git => "git://github.com/Hobo/will_paginate.git" > > > Also note the new, very-cool, bottom-load-javascript option. > > cheers, > Bryan > -- 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/-/odVlLzaFykQJ. 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.
