aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Silence known internal AM deprecation callsJoshua Peek2009-12-011-3/+7
* Be sure to invoke the super chain! And initialize response body.Jeremy Kemper2009-11-101-0/+2
* Change mailer subjects lookup.José Valim2009-11-091-2/+2
* Extracted localized_cache.rb from ActionController, added it to AbstractContr...José Valim2009-11-011-0/+1
* Use I18n on ActionMailer subjects by default.José Valim2009-11-011-3/+7
* More refactoring on ActionMailer::Base.José Valim2009-11-011-20/+23
* Another refactoring on AM. body is deprecated, use render instead.José Valim2009-11-011-109/+43
* Add some basic render_test to AbstractController.José Valim2009-11-011-5/+0
* Move all render and layout pieces required in ActionMailer from ActionControl...José Valim2009-11-011-98/+70
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-16/+14
* Refactor ActionMailer layout and remove legacy one.José Valim2009-11-011-23/+19
* abstract all of the ActionMailer delivery methods into their own classes. the...Matthew Rudy Jacobs2009-11-011-62/+13
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-2/+2
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-10/+10
* AV expects options[:locals] to be a HashJeremy Kemper2009-10-141-0/+1
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-10/+10
* Instrument create and deliver in ActionMailer.José Valim2009-09-201-56/+64
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-1/+1
* Adds a :file delivery_method to save email to a file on diskEric Davis2009-08-081-1/+21
* Default sent_on time to now in ActionMailerMatt Duncan2009-08-081-0/+1
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-2/+2
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-2/+2
* rm -r controller/base!Yehuda Katz + Carl Lerche2009-06-151-1/+1
* Keep ActionMailer using the old layouts code until it gets refactored.Yehuda Katz + Carl Lerche2009-06-151-1/+3
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-1/+3
* 1.9 compatibility - don't pass an array as the from address as this ends up g...Friedrich Göpel2009-06-091-1/+1
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-5/+6
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-23/+26
* Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-161-1/+1
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+5
|\
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-1/+1
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-1/+3
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-1/+1
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-23/+42
|/
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-181-7/+13
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-1/+3
* Merge docrailsPratik Naik2008-12-191-0/+1
* Removed deprecated register_template_extensionJoshua Peek2008-12-021-6/+0
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-2/+0
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-7/+8
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-211-2/+13
* Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-1/+2
* Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-6/+8
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-2/+4
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+3
* Fixed problem causes by leftover backup templates ending in tilde [state:comm...U-ESCAPEE\Mack2008-09-091-1/+1
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-2/+22
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-22/+2
* Add layout functionality to mailers.Pratik Naik2008-08-311-2/+22