aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-222-5/+7
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+2
* Define a welcome controller in mailer testsJoshua Peek2009-11-291-22/+22
* avoid generating invalid SMTP commands in ruby pre 1.9Michael Koziarski2009-11-281-0/+34
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Change mailer subjects lookup.José Valim2009-11-091-1/+1
* Use I18n on ActionMailer subjects by default.José Valim2009-11-011-0/+15
* Make tests run without deprecation warning (just one left).José Valim2009-11-015-77/+108
* Another refactoring on AM. body is deprecated, use render instead.José Valim2009-11-011-6/+2
* Move all render and layout pieces required in ActionMailer from ActionControl...José Valim2009-11-011-1/+14
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-3/+7
* abstract all of the ActionMailer delivery methods into their own classes. the...Matthew Rudy Jacobs2009-11-013-6/+34
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-7/+7
* Need to use "use_controllers" for nonexistent controller in AM testJoshua Peek2009-10-181-21/+23
* Change config implementation in AV slightlyYehuda Katz2009-10-151-1/+1
* Fix AM tests by configuring AVJeremy Kemper2009-10-151-0/+2
* Don't push siblings on load path if using bundled envJeremy Kemper2009-10-141-2/+8
* Mark html safetyJeremy Kemper2009-10-091-1/+1
* 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-082-0/+34
* Default sent_on time to now in ActionMailerMatt Duncan2009-08-081-2/+3
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-4/+6
* 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
* 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
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-2/+2
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-2212-9/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-134-18/+40
|\
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-1/+29
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-082-5/+5
| * Removed the "charset" parameter from the Content-Type header of multipart sec...Elliott Wood2009-03-021-0/+1
| * 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-051-0/+1
| * Require rubygemsJeremy Kemper2009-02-031-1/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-032-11/+3
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-4/+22
|/
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-181-0/+12
* 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-211-3/+6
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-032-0/+10
* Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...Tekin Suleyman2008-12-012-0/+55
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-1/+0
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-214-0/+20
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-1/+1
* Merge branch 'master' into testingJeremy Kemper2008-11-151-0/+14
|\
| * Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-0/+2
| * Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-0/+4