aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | latest updatesMikel Lindsaar2010-01-191-0/+1
| |
* | Merge branch 'master' of git://github.com/rails/rails into railsMikel Lindsaar2010-01-191-6/+4
|\|
| * Bring render_message back for 2.3 compatibility.José Valim2010-01-191-2/+2
| |
| * Bring body(Hash) behavior back.José Valim2010-01-191-3/+1
| |
| * mail.create_path returns an array test fixed [#3712 status:resolved]Santiago Pastorino2010-01-171-1/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Fixing up base to refactor settingsMikel Lindsaar2010-01-171-4/+4
| |
* | Migrated over to Mail doing delivery.Mikel Lindsaar2010-01-164-23/+60
|/
* Ensure we just send Ruby Stdlib objects in ActionMailer notifications.José Valim2010-01-151-1/+1
|
* Add subscriber to ActionMailer.José Valim2010-01-142-34/+53
|
* Return-Path per RFC needs '<' and '>' around the addr_specMikel Lindsaar2010-01-081-1/+6
|
* Liberalize picky testJeremy Kemper2010-01-071-1/+1
|
* Autoload AM test case classJoshua Peek2010-01-041-1/+0
|
* Updating to Mail 1.5.0, including default values for all Message#field_name ↵Mikel Lindsaar2010-01-025-58/+58
| | | | methods, can access field objects by calling Message#[:field_name]
* Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompatMikel Lindsaar2009-12-311-0/+9
|
* Adding TMailCompat layer for :set_content_type and friendsMikel Lindsaar2009-12-301-0/+14
|
* Merge branch 'master' of git://github.com/mikel/rails into mailJeremy Kemper2009-12-2911-112/+178
|\ | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb
| * 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-274-8/+10
| |
| * Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-274-26/+55
| |\
| | * adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ↵José Valim2009-12-252-11/+46
| | | | | | | | | | | | object if you need to access the subject, recipients, from, etc.
| | * Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-222-5/+7
| | | | | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
| * | Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-276-38/+38
| | |
| * | Updating actionmailer to call :to_s on all field values instead of decodedMikel Lindsaar2009-12-271-8/+8
| | |
| * | Merged in latest changes from rails/masterMikel Lindsaar2009-12-171-1/+1
| | |
| * | Fixes for working with 1.9.1-headMikel Lindsaar2009-12-172-3/+9
| | |
| * | Merge branch 'rails'Mikel Lindsaar2009-12-173-27/+58
| |\| | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb actionmailer/lib/action_mailer/delivery_method/smtp.rb
| | * Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+2
| | | | | | | | | | | | adding any to the load path more than once.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> Conflicts: actionmailer/lib/action_mailer/base.rb
| * | Merge branch 'master' of git://github.com/rails/rails into rails_masterMikel Lindsaar2009-11-242-2/+4
| |\|
* | | Merge commit 'mikel/master' into mailJeremy Kemper2009-11-232-8/+18
|\| | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb
| * | Fixed up incompatible encoding problem for Ruby 1.9 in test suiteMikel Lindsaar2009-11-232-3/+13
| | |
| * | Deprecating attachment :body => 'string' in favour of attachment :data => ↵Mikel Lindsaar2009-11-231-5/+5
| | | | | | | | | | | | 'string'
* | | Never require jcodeJeremy Kemper2009-11-221-1/+0
| | |
* | | Merge commit 'origin/master' into mailJeremy Kemper2009-11-222-2/+4
|\ \ \ | |/ / |/| / | |/
| * Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
| |
| * Change mailer subjects lookup.José Valim2009-11-091-1/+1
| |
* | 131 tests, 309 assertions, 0 failures, 0 errorsMikel Lindsaar2009-11-223-38/+47
| |
* | Updating tests for Mail gemMikel Lindsaar2009-11-222-2/+2
| |
* | 131 tests, 266 assertions, 9 failures, 6 errorsMikel Lindsaar2009-11-212-13/+13
| |
* | Down to 13 failures, 14 errorsMikel Lindsaar2009-11-201-6/+13
| |
* | Down to 30 failures totalMikel Lindsaar2009-11-204-46/+92
| |
* | More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-206-48/+62
| |
* | Starting again on actionmailer integration with mailMikel Lindsaar2009-11-129-80/+112
|/
* 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 ↵José Valim2009-11-011-1/+14
| | | | ActionController to AbstractController.
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-3/+7
|