Hi Cameron,

You are right, I've never heard of anyone using it with rubinius. You
can try taking a look at
https://github.com/Hobo/hobo/blob/master/hobo/app/helpers/hobo_route_helper.rb
and debugging a bit. Please say if you need help with debugging.

Rubinius support is not currently in the development scope, but you are
welcome to open an issue in Github so we can take it into account in the
future.

Regarding performance, I would say that it might be worth to explore
other avenues like caching? I've had really good experiences with
memcached and partial caching (see
http://hobocentral.net/tutorials/caching).

Warm regards,
Ignacio

El 23-02-2015 a las 05:31, Cameron Taylor escribió:
> Am I correct in concluding that Hobo is unable to run with rubinius? My
> experimentation has concluded that hobo apps (including freshly
> generated ones) run fine on MRI and jruby but fail on rubinius.
> Specifically, the problem occurs whenever an hobo_model_controller based
> route is used with the error: undefined method `origin_attribute' on
> <ModelName> (Class)
> 
> If the rubinius information just doesn't include the ruby features that
> hobo requires then that's fine, but I thought I'd check in case there
> was a simple fix that I'm missing. The performance boost for our
> production websites would be highly desirable.
> 
> Regards,
> Cameron.
> 
> -- 
> 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