Kris
2012-Jul-19 07:12 UTC
Ruby on rails /config/environments/development.rb clarification
In ruby on rails, i need to change SMTP settings in /config/environments/development.rb. After making the changes is it required to restart apache or any ather service? Actually the mail is not getting still. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ab2ZRaEcg8MJ. For more options, visit https://groups.google.com/groups/opt_out.
Frederick Cheung
2012-Jul-19 09:59 UTC
Re: Ruby on rails /config/environments/development.rb clarification
On Thursday, July 19, 2012 8:12:13 AM UTC+1, Kris wrote:> > > In ruby on rails, i need to change SMTP settings in > /config/environments/development.rb. After making the changes is it > required to restart apache or any ather service? Actually the mail is not > getting still. > > Yes - initialisers are not re-run until whatever it is that is executingyour rails code is restarted (unicorn, apache, nginx etc.) Fred -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/VmBdvDCjHn4J. For more options, visit https://groups.google.com/groups/opt_out.