You are welcome, I'm glad caching is helping :). Please say if you need any help with Rails 4.2 support, it's is also high in my priority list. I will commit to the rails4.2 branch (https://github.com/Hobo/hobo/tree/rails4.2) if I make any progress.
Warm regards, Ignacio El 23-03-2015 a las 04:05, Cameron Taylor escribió: > Thankyou for your reply Ignacio, > > I delved into debugging the relevant problems and could work around the > first issues but I decided attempting to build support for a ruby that > can't quite implement the standard. I'm far more tempted to see if I can > make hobo work on Rails 4.2. > > The caching is helping. Much of our performance relevant functionality > relies on generating json and heavy access of a remote database access > and using memcached for partials, key query results and generated json > has made massive improvements. > > Kind Regards, > Cameron. > > On Wednesday, March 11, 2015 at 8:08:24 PM UTC+11, Ignacio Huerta wrote: > > 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 > > <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 > <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] <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.
