Hi,
I am not getting to use url helpers in a ActionMailer::Base decendent class.
I have this:
class Notifier < ActionMailer::Base
require ''action_view/helpers/url_helper.rb''
When I try to call url_for or link_to I get a stack overflow exception:
stack level too deep
Looking at the stack tace I realized that url_for and send are
called several times in url_helper.
Anyone knows what could this be?
Thanks
--
Ricardo Acras
ricardo-WlbSPrj98RBeoWH0uzbU5w@public.gmane.org
Acras Desenvolvimento de Sistemas
+55+41-3232-6404
www.acras.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---