Ignacio: Thanks for the update. I read the Github thread, and experimented with the responders version in my Gemfile as suggested by Stefan. I got exactly the outcome that he described: Responders version 2.1.0 works. Responders version 2.1.1 fails (unless I add the line "public :render" to every controller).
Thx, Ed On Wednesday, January 20, 2016 at 1:28:33 AM UTC-7, Ignacio Huerta wrote: > > Hi Ed, > > We are investigating. There are some interesting thoughts in this Github > issue, including a test app, to see if you can reproduce: > https://github.com/Hobo/hobo/issues/176 > > Warm regards, > Ignacio > > El 14-01-2016 a las 22:51, Ed Gomolka escribió: > > Hi Ignacio: > > I assume that this is some sort of Hobo/Rails interaction. > > My earliest backup for this application consisted of a plain Ruby app > > using Hobo 2.1.0 under Rails 4.0.5. > > > > It is now a JRuby app: > > JRuby 9.0.4.0 > > Hobo 2.2.4 > > Rails 4.2.5 > > > > Do you still want a basic example app to play with? I should be able to > > do that early next week. Should I just attach it here? > > > > Thx, > > > > Ed > > > > > > On Tuesday, January 12, 2016 at 7:23:48 AM UTC-7, Ignacio Huerta wrote: > > > > Hi Ed, > > > > This is a strange error, I have not seen it before. It sounds like > some > > kind of version conflict. Can you share a small example app to > > reproduce it? > > > > Thanks, > > Ignacio > > > > El 08-01-2016 a las 22:28, Ed Gomolka escribió: > > > I recently upgraded to Hobo 2.2.4. I now get errors in all my > > > controllers along the lines of: > > > > > > "protected method `render' called for #<[controller name]>" > > > > > > I have upgraded several times. I think that the application > > started off > > > under Hobo 2.1.0. > > > I can eliminate the error by adding "public :render" to all my > > > controllers, but I feel that there must be a better solution. > > > Has anyone else seen this? Is there a better approach to fixing > it? > > > Thx > > > > > > -- > > > 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 https://groups.google.com/group/hobousers > > <https://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] <javascript:> > > <mailto:[email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> > > <mailto:[email protected] <javascript:>>. > > Visit this group at https://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 https://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
