darragh.curran
2008-Oct-15 13:47 UTC
Small patch so that ActionMailer::Base.perform_deliveries will accept a proc
Here''s the lighthouse ticket: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1217 and the motivation is from here http://blog.peelmeagrape.net/2008/10/14/careful-who-you-send-mail-to-from-staging-environment Any agrees/grumbles? Cheers, Darragh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Mike Mangino
2008-Oct-15 13:56 UTC
Re: Small patch so that ActionMailer::Base.perform_deliveries will accept a proc
On Oct 15, 2008, at 9:47 AM, darragh.curran wrote:> > Here''s the lighthouse ticket: > > http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/ > 1217 > > and the motivation is from here > > http://blog.peelmeagrape.net/2008/10/14/careful-who-you-send-mail-to-from-staging-environmentIt''s easy to add new delivery methods to Rails that handle just this case: http://www.elevatedrails.com/articles/2006/10/25/email-delivery-in-test-environments/ Mike> > > Any agrees/grumbles? > > Cheers, > Darragh > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
darragh.curran
2008-Oct-16 09:29 UTC
Re: Small patch so that ActionMailer::Base.perform_deliveries will accept a proc
Thanks Mike - that it a useful alternative. On Oct 15, 2:56 pm, Mike Mangino <mmang...@technologyfusion.com> wrote:> On Oct 15, 2008, at 9:47 AM, darragh.curran wrote: > > > > > Here''s the lighthouse ticket: > > >http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/ > > 1217 > > > and the motivation is from here > > >http://blog.peelmeagrape.net/2008/10/14/careful-who-you-send-mail-to-... > > It''s easy to add new delivery methods to Rails that handle just this > case: > > http://www.elevatedrails.com/articles/2006/10/25/email-delivery-in-te... > > Mike > > > > > Any agrees/grumbles? > > > Cheers, > > Darragh--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---