Ignacio, Thanks for the advice.
I deleted the will_paginate local git repository. I updated hobo to 2.0.1 When I tried to create a new hobo application, there were a few errors. It seemed that hobo 2.0.1 did not like rails 3.2.13, which I had installed. I updated rails to 3.2.14 (not to 4.0.0.). Afterwards, the "hobo new ..." worked fine except for (yet again) a complaint about will_paginate, which this time was not fatal. In the end, the application was created and at least the initial "rails server" produced what was expected. It looks like hobo is very sensitive to the version of rails installed. Yesterday after the same complaint as today, I did "gem update rails" and automatically I've got rails 4.0.0. However, hobo 2.0.1 (which I also updated yesterday) did not seem to be happy with rails 4.0.0. It would be nice if somebody writes which hobo version works fine with which rails version (and which other relevant components). Thanks again, Dimitar Dne torek, 30. julij 2013 07:42:44 UTC+2 je oseba Ignacio Huerta napisala: > > Hi Dimitar, > > It looks like your will_paginate local git repository is broken somehow. > I would try this: > > Delete the folder > C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/will_paginate-cc7ef01551b9 > > > > Run "gem update hobo" > > Run "hobo new predictor" > > In theory you should get a new "clean" copy of the will_paginate > repository. > > Regards, > Ignacio > > El 29/07/13 14:30, Dimitar Hristovski escribi�: > > I created a new hobo (version 2.0.0.) application: > > > > hobo new predictor > > > > Most of the process went on without problems except for a few > > "will_paginate" complains. At the end of the process, the setup wizard, > > which I used, recommended that I run "bundle install", and here is what > > I get afterwards: > > > > C:\Users\mitko\PRJS\INACTIVE\LEVETT\Predictor\predictor>bundle install > > Updating git://github.com/Hobo/will_paginate.git > > fatal: Not a git repository: > > > ''C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/will_paginate-cc7ef01551b9/.git'' > > > > Fetching gem metadata from https://rubygems.org/........ > > Fetching gem metadata from https://rubygems.org/.. > > Resolving dependencies... > > Bundler could not find compatible versions for gem "jquery-rails": > > In Gemfile: > > hobo_bootstrap_ui (= 2.0.0) x86-mingw32 depends on > > jquery-rails (~> 2.0) x86-mingw32 > > > > jquery-rails (3.0.4) > > > > Bundler could not find compatible versions for gem "hobo_bootstrap": > > In Gemfile: > > hobo_bootstrap (= 2.0.0) x86-mingw32 > > > > hobo_bootstrap_ui (= 2.0.0) x86-mingw32 depends on > > hobo_bootstrap (2.0.0.pre1) > > > > On the same computer with the same hobo I had no problems before. > > > > I would be very grateful for any help. > > > > Thanks, > > Dimitar > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/hobousers. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > 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.
