Yes, that's the issue. Hobo depends on Rails 4.0.x, but a change in Rails 4.0.6 broke the compatibility. You need to remove Rails 4.0.8 and install Rails 4.0.5 in order to be able to work with the Hobo.
Warm regards, Ignacio El 15/07/14 18:48, umuro escribió: > I simply did so on an rvm environment with no gems at all > $ gem install hobo > $ hobo new my_new_hobo21 > > hobo 2.1 gem installed rails 4.0.8 as a dependency > > On Tuesday, July 15, 2014 4:56:55 PM UTC+2, Ignacio Huerta wrote: > > Hmm, I just tried in an existing app (Hobo 2.1, Ruby 2.1) and it worked > fine. > > - Are you using Hobo from the Github Master or Rubygems? > - What version of Rails are you using? > > Warm regards, > Ignacio > > El 14/07/14 18:18, umuro escribió: > > | > > $ hobo g setup_wizard > > HoboCommandLineInterface2.1.0 > > > > /home/umur/.rvm/gems/ruby-2.0.0-p247@publitory4/gems/hobo_support-2.1.0/lib/hobo_support/fixes/module.rb:14:in`alias_method': > > > undefined method `create_record' for class > > `ActiveRecord::Associations::HasManyThroughAssociation'(NameError) > > | > > > > Any advice? > > > > -- > > 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:> > > <mailto:[email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> > > <mailto:[email protected] <javascript:>>. > > Visit this group at http://groups.google.com/group/hobousers > <http://groups.google.com/group/hobousers>. > > For more options, visit https://groups.google.com/d/optout > <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] > <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.
