Hi Luiz,

Sorry to hear about all your trouble. You are right, getting started
with Hobo should be much easier!

We really need an start page that works 100% of times and gets you
started in 2 minutes, not 2 days :).

>From your error message (activesupport requires Ruby version >= 1.9.3.)
it seems like you still have ruby1.8 somewhere. As Stefan said, what
does "ruby -v" say? If you still have ruby 1.8 as your default ruby, you
should try uninstalling it with "sudo apt-get uninstall ruby1.8" and
then running again "ruby -v". After that, you should be able to get
started with:

gem install rails -v=4.0.11
gem install hobo
hobo new thingybob --setup

Warm regards,
Ignacio

El 14/11/14 a las 19:11, Luiz Botton escribió:
> Hi folks!
> 
> I´m trying to use hobo in order to build nice apps with RR. I have years
> of experience on JavaEE, working with scaffold generators builded in
> company. With this, we have login, mvc and initial CRUD for apps.
> 
> Now I´m trying to be more productive and looking for Ruby on Rails for
> private development. Unfortunately I´m having a LOT of throuble to run
> hobo, witch is perfect for my objectives (login and CRUD mainly).
> 
> I started with a 14.04 ubuntu. Tried vagrant with no luck. Now I´m
> trying 12.04 Ubuntu and I´m having 
> 
> a@a-VirtualBox:~$ gem install hobo
> ERROR:  Error installing hobo:
> activesupport requires Ruby version >= 1.9.3.
> 
> This is just killing me, because I already have a fresh install with
> Ruby 1.9.3. 
> 
> So, I really need help. I really want to understand the structure and
> work with it but I´m so frustrated. We can build an simple tutorial that
> really works? Clarify this things for newbies on RR like me? I can do
> this job, but I will need help to do. The 2 min tutorial just brokes at
> start.
> 
> -- 
> 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]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/d/optout.

Reply via email to