aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-1/+1
* Add required dependencies on activemodelCarl Lerche2009-09-011-1/+1
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-312-0/+38
* Get rid of parenthesize argument warningsPratik Naik2009-08-091-5/+5
* Adds a :file delivery_method to save email to a file on diskEric Davis2009-08-083-1/+55
* Default sent_on time to now in ActionMailerMatt Duncan2009-08-082-2/+4
* 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-072-6/+8
* Merge docrailsPratik Naik2009-07-251-1/+1
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
* Bump up the version to 3.0.preCarl Lerche2009-06-302-4/+4
* 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
* Simplify helper use of ActiveSupport::Dependencies, and use super better for ...Yehuda Katz + Carl Lerche2009-06-101-8/+9
* 1.9 compatibility - don't pass an array as the from address as this ends up g...Friedrich Göpel2009-06-091-1/+1
* Lazier Rakefile requires to avoid needing full rake gem on 1.9Jeremy Kemper2009-06-081-1/+2
* Prefer sibling action_controllerJeremy Kemper2009-06-051-10/+3
* Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...Chad Woolley2009-05-272-5/+6
* Move misplaced testJeremy Kemper2009-05-221-0/+18
* Cherry-pick core extensionsJeremy Kemper2009-05-132-0/+7
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-272-7/+8
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-2214-32/+34
* 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-1311-27/+57
|\
| * Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-153-6/+3
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-102-2/+30
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-083-6/+6
| * Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
| * Removed the "charset" parameter from the Content-Type header of multipart sec...Elliott Wood2009-03-022-1/+5
| * So it didnt happen yesterday, but very soon! Just need the final details iron...David Heinemeier Hansson2009-02-281-1/+1
| * Prep for RC2 later todayDavid Heinemeier Hansson2009-02-273-3/+3
| * Just require tmail instead of autoloading it to fix issues when using the gemMarcus Mateus2009-02-241-1/+2
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-1/+3
| * Fix a failing mailer test.thedarkone2009-02-201-1/+1
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-122-1/+2
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-053-1/+7
| * Require rubygemsJeremy Kemper2009-02-031-1/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-032-11/+3
| * Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-222-27/+64
|/
* Bump up the year in MIT license filesPratik Naik2009-01-182-2/+2
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-182-7/+25
* Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]Mike Gunderloy2009-01-161-2/+4
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-1/+0
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-212-4/+9
* Merge docrailsPratik Naik2008-12-191-0/+1
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-8/+8
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3