This is just not working.  What I really want to know is when I reinstall Linux 
from scratch which version of rails do I really want to install?  Is it version 
3.2.2, 3.2.14, 3.2.22...which one?  Or should I skip doing a sudo gem install 
rails and just do sudo gem install hobo?  And please keep in mind that I am 
compiling a fresh copy of ruby 2.0.0p0 and installing it system wide.  I'm not 
using rbenv or rvm.  I just want to use hobo in a completely stable system wide 
fashion that does not depend on further "mud" being added.

Sincerely,

Arthur Baldwin




________________________________
 From: Ignacio Huerta <[email protected]>
To: [email protected] 
Sent: Monday, September 9, 2013 5:52 AM
Subject: Re: [Hobo Users] Re: When will Hobo 2.0 Support Rails 4.0?
 

Hi Arthur,

I have reproduced your problem by installing Rails 4 (gem install
rails). In order to completely uninstall it, you have to run:

gem uninstall activesupport actionpack activemodel arel activerecord
actionmailer railties rails  -v=4.0.0

Then you should be able to create new hobo apps without trouble.

Also take into account that those are the "core" rails gems, but some
other dependencies will probably stay on your system. They shouldn't
give you trouble with Hobo, but I recommend having a clean system if
possible. In my case these were the dependencies installed along with
rails 4:

gem uninstall minitest -v=4.7.5
gem uninstall atomic -v=1.1.13
gem uninstall thread_safe -v=0.1.2
gem uninstall builder -v=3.1.4
gem uninstall rack -v=1.5.2
gem uninstall sprockets -v=2.10.0
gem uninstall sprockets-rails -v=2.0.0
gem uninstall activerecord-deprecated_finders -v=1.0.3


Try and tell us if it worked for you :)


Regards,
Ignacio


El 07/09/13 05:05, Arthur Baldwin escribió:
> Dear Imanol,
> 
> I have tried to uninstall rails 4.0.0 unsuccessfully.  Can you please
> give me step by step instructions for getting  4.0.0 uninstalled and
> make sure that rails -v results in reporting the correct version?
> 
> Sincerely,
> 
> Arthur
> 
> 
> ------------------------------------------------------------------------
> *From:* Imanol Alvarez Perez <[email protected]>
> *To:* [email protected]
> *Cc:* Arthur Baldwin <[email protected]>
> *Sent:* Thursday, September 5, 2013 1:24 AM
> *Subject:* [Hobo Users] Re: When will Hobo 2.0 Support Rails 4.0?
> 
> Hi Arthur,
> 
> Migrating to Rails 4 is in the plan but we can't tell you when it will
> be available. If you want to take a look at it, Bryan Larsen started a
> branch some time ago: HERE <https://github.com/Hobo/hobo/tree/rails4>
> 
> In order for the "hobo new" command to work now, please uninstall the
> Rails 4 gems first.
> 
> Thanks.
> Regards, Imanol
> 
> El martes, 3 de septiembre de 2013 05:08:18 UTC+2, eengnerd escribió:
> 
>     Hi guys,
> 
>     I was very proud of myself because today I finally was successful in
>     downloading and compiling Ruby 2.0.0 and installing it.  Then I
>     installed the latest stable version of rubygems, installed it, and
>     then tested the version numbers for both.  Then I ran gem install
>     hobo --pre as hobocentral.net <http://hobocentral.net/> says to do.
> 
>     Then I tried to create a Hobo project by typing 'hobo new Test1 -d
>     postgresql' and received the following error message:
> 
>     The template [/tmp/hobo_app_template] could not be loaded. Error:
>     Unable to activate rails-3.2.13, because activesupport-4.0.0
>     conflicts with activesupport (= 3.2.13), actionpack-4.0.0 conflicts
>     with actionpack (= 3.2.13), railties-4.0.0 conflicts with railties
>     (= 3.2.13)
> 
>     This seems like Hobo 2.0 was never intended to work with Rails 4.0,
>     but rather with Rails 3.2.  Is there yet any way to fix this
>     problem?  or do I need to wait another year or two before hobo
>     supports rails 4.0?
> 
>     Sincerely,
> 
>     Arthur Baldwin
> 
> -- 
> 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.
> 
> 
> -- 
> 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.

-- 
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.

-- 
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.

Reply via email to