aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_service_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updating to Mail 1.5.0, including default values for all Message#field_name m...Mikel Lindsaar2010-01-021-44/+44
* Adding default 8bit encoding if the body has non usascii in itMikel Lindsaar2009-12-281-1/+1
* Moved sort_parts into Mail, updated mail requirement to 1.4.2Mikel Lindsaar2009-12-281-7/+5
* Getting rid of some warnings in AM suite.José Valim2009-12-271-3/+3
* Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-271-3/+5
|\
| * Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-3/+5
* | Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-271-12/+12
* | Updating actionmailer to call :to_s on all field values instead of decodedMikel Lindsaar2009-12-271-8/+8
* | Fixes for working with 1.9.1-headMikel Lindsaar2009-12-171-2/+2
* | Merge branch 'rails'Mikel Lindsaar2009-12-171-0/+34
|\|
| * avoid generating invalid SMTP commands in ruby pre 1.9Michael Koziarski2009-11-281-0/+34
* | Merge branch 'master' of git://github.com/rails/rails into rails_masterMikel Lindsaar2009-11-241-1/+1
|\|
| * Change mailer subjects lookup.José Valim2009-11-091-1/+1
* | Fixed up incompatible encoding problem for Ruby 1.9 in test suiteMikel Lindsaar2009-11-231-3/+9
* | Deprecating attachment :body => 'string' in favour of attachment :data => 'st...Mikel Lindsaar2009-11-231-5/+5
* | 131 tests, 309 assertions, 0 failures, 0 errorsMikel Lindsaar2009-11-221-29/+37
* | Updating tests for Mail gemMikel Lindsaar2009-11-221-1/+1
* | 131 tests, 266 assertions, 9 failures, 6 errorsMikel Lindsaar2009-11-211-6/+6
* | Down to 13 failures, 14 errorsMikel Lindsaar2009-11-201-6/+13
* | Down to 30 failures totalMikel Lindsaar2009-11-201-36/+82
* | More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-43/+57
* | Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-37/+32
|/
* 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-011-60/+77
* Another refactoring on AM. body is deprecated, use render instead.José Valim2009-11-011-6/+2
* 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-011-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-081-0/+12
* 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
* Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...Chad Woolley2009-05-271-4/+5
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-2/+2
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-7/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+3
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| * 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-121-1/+1
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-0/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* | 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
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-0/+6
* 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
* Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-0/+8
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-0/+14
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+12