Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-03-29 Thread HuBandiT
Do we know what needs to be done? 

I'm facing this in a fresh new app (Hobo 2.2.5 Rails 4.2.6), and if it is 
easy, maybe I can work on a fix for Hobo, instead of just locally working 
around the bug in my application.

2016. január 21., csütörtök 22:35:52 UTC+1 időpontban Ignacio Huerta a 
következőt írta:
>
> Thanks for the confirmation Ed. We'll try to make Hobo compatible with 
> the latest responders as soon as possible. 
>
> Warm regards, 
> Ignacio 
>
> El 20-01-2016 a las 20:55, Ed Gomolka escribió: 
> > 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 hobousers+...@googlegroups.com  
> > > > . 
> > > > To post to this group, send email to 
> hobo...@googlegroups.com 
> > >  
> > > > . 
> > > > 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 hobousers+...@googlegroups.com  
> > > . 
> > > To post to this group, send email to hobo...@googlegroups.com 
> >  
> > > . 
> > > 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 

Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-21 Thread Ignacio Huerta
Thanks for the confirmation Ed. We'll try to make Hobo compatible with
the latest responders as soon as possible.

Warm regards,
Ignacio

El 20-01-2016 a las 20:55, Ed Gomolka escribió:
> 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 hobousers+...@googlegroups.com 
> > > .
> > > To post to this group, send email to hobo...@googlegroups.com
> > 
> > > .
> > > 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 hobousers+...@googlegroups.com 
> > .
> > To post to this group, send email to hobo...@googlegroups.com
> 
> > .
> > 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 hobousers+unsubscr...@googlegroups.com
> .
> To post to this group, send email to hobousers@googlegroups.com
> .
> 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 hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at 

Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-20 Thread Ed Gomolka
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 hobousers+...@googlegroups.com  
> > > . 
> > > To post to this group, send email to hobo...@googlegroups.com 
> >  
> > > . 
> > > 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 hobousers+...@googlegroups.com  
> > . 
> > To post to this group, send email to hobo...@googlegroups.com 
>  
> > . 
> > 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 hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at https://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.


Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-20 Thread Ignacio Huerta
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 hobousers+...@googlegroups.com 
> > .
> > To post to this group, send email to hobo...@googlegroups.com
> 
> > .
> > 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 hobousers+unsubscr...@googlegroups.com
> .
> To post to this group, send email to hobousers@googlegroups.com
> .
> 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 hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at https://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.


Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-13 Thread Tim Griffin
Hmmm.. I've just encountered this as well in a app after an update of other 
gems, including Hobo, to hobo 2.2.4, Downgraded to Hobo 2.2.3 and *still* 
have the error. 

This is on Rails 4.2.4 with Ruby 2.1.4p265.

So, I don't think it's Hobo.

Continuing to investigate.

Tim


On Tuesday, January 12, 2016 at 9:23:48 AM UTC-5, 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 hobousers+...@googlegroups.com  
> > . 
> > To post to this group, send email to hobo...@googlegroups.com 
>  
> > . 
> > 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 hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at https://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.


Re: [Hobo Users] Upgrade to Hobo 2.2.4 triggers render exception in all controllers

2016-01-12 Thread Ignacio Huerta
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 hobousers+unsubscr...@googlegroups.com
> .
> To post to this group, send email to hobousers@googlegroups.com
> .
> 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 hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at https://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.