Thanks for sharing Luiz! I'm in the process of upgrading our website and documentation to Rails 4/Ruby 2.1, so it gets easier to maintain and update. An screencast with Ubuntu from scratch will be an obligatory addition afterwards.
Warm regards, Ignacio El 18/11/14 a las 11:24, Luiz Botton escribió: > Hi Stefan and Ignacio. And comunnity! > > Sure, like I said, this is a problem related to ambient, unexperience > and a lack of > realy simple tutorials. Is clear for me that hobo is stable, mature and > awesome :) > > > I started again with a fresh install and the Stefan procedure and I´m > quite happy. > > > The installation process is going and I just have little issues with > RVM. But their > website solved it. Some problem with Curl configuration and Dryml, but > easly solved. > > And yes the install process is done now and I have a working ambient and > a working > procedure mapped. > > The procedure: > Build a new Ubuntu 14.04 on Virtual Box > Install RVM and Ruby > gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3 > \curl -sSL https://get.rvm.io | bash -s stable --ruby > Install missing libs > rvm autolibs 3 > Install ruby > rvm install ruby > Install Hobo > gem install hobo > Now, create your new Hobo application: > hobo new thingybob --setup > If you're on Ubuntu, install nodejs > sudo apt-get install nodejs > cd thingybob > hobo g resource thing name:string body:text > hobo g migration > ...Respond to the prompt with 'm' > ...then press enter to chose the default filename > rails generate hobo:setup_wizard > rails s > > We are done! > Cheers from Brazil. > > Em sexta-feira, 14 de novembro de 2014 16h11min29s UTC-2, Luiz Botton > escreveu: > > 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.
