Borja Martín
2009-Feb-03 22:48 UTC
ar_mailer and missing template in production environment
Hi, I''m trying to use ar_mailer to send newsletters in my application. The thing is that what I''ve done works fine while I''m under development mode but when I try to run it in my server in production mode I become the following error(it also appears after switching webrick to run in production mode): http://pastie.org/377011 I''m using Rails 2.2.2 Thanks in advance Regards -- /** * dagi3d v4 - http://dagi3d.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 -~----------~----~----~----~------~----~------~--~---
Julian Leviston
2009-Feb-03 23:20 UTC
Re: ar_mailer and missing template in production environment
Is the template there, on the production machine? Blog: http://random8.zenunit.com/ Learn rails: http://sensei.zenunit.com/ On 04/02/2009, at 9:48 AM, Borja Martín <borjam-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote:> > Hi, > I''m trying to use ar_mailer to send newsletters in my application. The > thing is that what I''ve done works fine while I''m under development > mode > but when I try to run it in my server in production mode I become the > following error(it also appears after switching webrick to run in > production mode): > http://pastie.org/377011 > > I''m using Rails 2.2.2 > > Thanks in advance > > Regards > > -- > /** > * dagi3d v4 - http://dagi3d.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Borja Martín
2009-Feb-03 23:23 UTC
Re: ar_mailer and missing template in production environment
yes, it''s there. as I mentioned, while working in my machine, if I restart Webrick and switch to production mode, it just stops working and when I switch back to development mode, it works again... Julian Leviston escribió:> Is the template there, on the production machine? > > Blog: http://random8.zenunit.com/ > Learn rails: http://sensei.zenunit.com/ > > On 04/02/2009, at 9:48 AM, Borja Martín <borjam-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote: > > >> Hi, >> I''m trying to use ar_mailer to send newsletters in my application. The >> thing is that what I''ve done works fine while I''m under development >> mode >> but when I try to run it in my server in production mode I become the >> following error(it also appears after switching webrick to run in >> production mode): >> http://pastie.org/377011 >> >> I''m using Rails 2.2.2 >> >> Thanks in advance >> >> Regards >> >> -- >> /** >> * dagi3d v4 - http://dagi3d.net >> */ >> >> >> > > > >-- /** * dagi3d v4 - http://dagi3d.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
LaughingNinja
2009-Feb-04 22:44 UTC
Re: ar_mailer and missing template in production environment
I''m having the same problem. It''s also affecting using the normal ActionMailer. I found a few interesting links: http://www.ruby-forum.com/topic/158954 http://developer.apple.com/DOCUMENTATION/DARWIN/Reference/ManPages/man1/postfix.1.html I would be interested in any solutions. Gary. On Feb 3, 3:23 pm, Borja Martín <bor...-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote:> yes, it''s there. > as I mentioned, while working in my machine, if I restart Webrick and > switch to production mode, it just stops working and when I switch back > to development mode, it works again... > > Julian Leviston escribió: > > > > > Is the template there, on the production machine? > > > Blog:http://random8.zenunit.com/ > > Learn rails:http://sensei.zenunit.com/ > > > On 04/02/2009, at 9:48 AM, Borja Martín <bor...-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote: > > >> Hi, > >> I''m trying to use ar_mailer to send newsletters in my application. The > >> thing is that what I''ve done works fine while I''m under development > >> mode > >> but when I try to run it in my server in production mode I become the > >> following error(it also appears after switching webrick to run in > >> production mode): > >>http://pastie.org/377011 > > >> I''m using Rails 2.2.2 > > >> Thanks in advance > > >> Regards > > >> -- > >> /** > >> * dagi3d v4 -http://dagi3d.net > >> */ > > -- > /** > * dagi3d v4 -http://dagi3d.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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sean McGilvray
2009-Feb-04 23:33 UTC
Re: ar_mailer and missing template in production environment
Has anyone got a solution to this problem. I am have the same thing happen to me right now. Thank you, Sean McGilvray http://www.transferhome.net LaughingNinja wrote:> > > I''m having the same problem. It''s also affecting using the normal > ActionMailer. > I found a few interesting links: > http://www.ruby-forum.com/topic/158954 > http://developer.apple.com/DOCUMENTATION/DARWIN/Reference/ManPages/man1/postfix.1.html > > I would be interested in any solutions. > > Gary. > > On Feb 3, 3:23 pm, Borja Martín <bor...-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote: >> yes, it''s there. >> as I mentioned, while working in my machine, if I restart Webrick and >> switch to production mode, it just stops working and when I switch back >> to development mode, it works again... >> >> Julian Leviston escribió: >> >> >> >> > Is the template there, on the production machine? >> >> > Blog:http://random8.zenunit.com/ >> > Learn rails:http://sensei.zenunit.com/ >> >> > On 04/02/2009, at 9:48 AM, Borja Martín <bor...-v796FXedN1GsTnJN9+BGXg@public.gmane.org> wrote: >> >> >> Hi, >> >> I''m trying to use ar_mailer to send newsletters in my application. The >> >> thing is that what I''ve done works fine while I''m under development >> >> mode >> >> but when I try to run it in my server in production mode I become the >> >> following error(it also appears after switching webrick to run in >> >> production mode): >> >>http://pastie.org/377011 >> >> >> I''m using Rails 2.2.2 >> >> >> Thanks in advance >> >> >> Regards >> >> >> -- >> >> /** >> >> * dagi3d v4 -http://dagi3d.net >> >> */ >> >> -- >> /** >> * dagi3d v4 -http://dagi3d.net >> */ > > > >-- View this message in context: http://www.nabble.com/ar_mailer-and-missing-template-in-production-environment-tp21820681p21842157.html Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---