Re: [Rails] Not able to override helper.

2010-10-18 Thread Erol Fornoles
That's because Rails 3 implies helper :all. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5348-visibility-of-helpers-seems-all-wrong On Mon, Oct 18, 2010 at 11:57 PM, Christopher G. wrote: > I'm trying to upgrade an application to Rails 3 and I found a difference > in the w

[Rails] Not able to override helper.

2010-10-18 Thread Christopher G.
I'm trying to upgrade an application to Rails 3 and I found a difference in the way helpers are loaded. I want to override a method based on the current controller but it now seems that all helpers are loaded. I've broken it down to a simple example. I have a test app with 2 controllers - books