El 12/07/14 14:52, Quiliro Ordóñez Baca escribió: > > El sáb 12 jul 2014 13:29:52 ECT, Ignacio Huerta escribió: > >> Please say if that doesn't fix the problem. Let's hope we can get >> support for the latest Rails versions soon! > > Thank you very much for your response. This is what I have done before: > > /etc/alternatives/ruby points to /usr/bin/ruby1.9.3. > gem list | cut -d" " -f1 | xargs gem uninstall -aIx && gem install hobo > && hobo new thingybob --setup > gem install hobo > > Hobo installs rails-4.0.8. > > So I now uninstall Rails and other dependencies except Hobo with: > gem uninstall rails activerecord activesupport > activerecord-deprecated_finders actionpack activemodel railties > sprockets-rails treetop actionmailer dryml > > Then I install rails 4.0.5: > gem install rails -v=4.0.5 > > It installs: activesupport-4.0.5, actionpack-4.0.5, activemodel-4.0.5, > activerecord-deprecated_finders-1.0.3, activerecord-4.0.5, > actionmailer-4.0.5, railties-4.0.5, sprockets-rails-2.0.1, rails-4.0.5, > treetop-1.4.15 > > But when I try to create an application, it complains about dryml. So I > install it with: > gem install dryml > > It installs: activesupport-4.0.8, actionpack-4.0.8, dryml-2.1.0, > activemodel-4.0.8, activerecord-4.0.8, actionmailer-4.0.8, railties-4.0.8 > > I try to create the app again and it complains about gem versions: > The template [/tmp/hobo_app_template] could not be loaded. Error: Unable > to activate rails-4.0.5, because activesupport-4.0.8 conflicts with > activesupport (= 4.0.5), actionpack-4.0.8 conflicts with actionpack (= > 4.0.5), railties-4.0.8 conflicts with railties (= 4.0.5) > > So I uninstall those: > gem uninstall activesupport --version=4.0.8 > gem uninstall actionpack --version=4.0.8 > gem uninstall railties --version=4.0.8
Sorry. This should have come at the end: I try to create the app again and it works! Now....what was the short route? -- Saludos libres, Quiliro Ordóñez 600 8579
signature.asc
Description: OpenPGP digital signature
