| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved deprecated_body.rb to deprecatead_api.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -12/+0 |
* | Updating deprecated API to sanitize old style attachments hash to work with n... | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -1/+1 |
* | Adding tests for attachments['blah.rb'] = {} et al | José Valim and Mikel Lindsaar | 2010-01-21 | 1 | -0/+1 |
* | Fixing failing test on sendmail expectation | Mikel Lindsaar | 2010-01-20 | 1 | -1/+1 |
* | Get all tests passing. | José Valim | 2010-01-19 | 1 | -7/+2 |
* | Merge branch 'master' of git://github.com/rails/rails into rails | Mikel Lindsaar | 2010-01-19 | 1 | -6/+4 |
|\ |
|
| * | Bring render_message back for 2.3 compatibility. | José Valim | 2010-01-19 | 1 | -2/+2 |
| * | Bring body(Hash) behavior back. | José Valim | 2010-01-19 | 1 | -3/+1 |
| * | mail.create_path returns an array test fixed [#3712 status:resolved] | Santiago Pastorino | 2010-01-17 | 1 | -1/+1 |
* | | Fixing up base to refactor settings | Mikel Lindsaar | 2010-01-17 | 1 | -4/+4 |
* | | Migrated over to Mail doing delivery. | Mikel Lindsaar | 2010-01-16 | 1 | -8/+4 |
|/ |
|
* | Add subscriber to ActionMailer. | José Valim | 2010-01-14 | 1 | -34/+0 |
* | Return-Path per RFC needs '<' and '>' around the addr_spec | Mikel Lindsaar | 2010-01-08 | 1 | -1/+6 |
* | Liberalize picky test | Jeremy Kemper | 2010-01-07 | 1 | -1/+1 |
* | Updating to Mail 1.5.0, including default values for all Message#field_name m... | Mikel Lindsaar | 2010-01-02 | 1 | -44/+44 |
* | Adding default 8bit encoding if the body has non usascii in it | Mikel Lindsaar | 2009-12-28 | 1 | -1/+1 |
* | Moved sort_parts into Mail, updated mail requirement to 1.4.2 | Mikel Lindsaar | 2009-12-28 | 1 | -7/+5 |
* | Getting rid of some warnings in AM suite. | José Valim | 2009-12-27 | 1 | -3/+3 |
* | Merge Mail with latest Rails and move mail gem to Gemfile. | José Valim | 2009-12-27 | 1 | -3/+5 |
|\ |
|
| * | Make ActionMailer::Base inherit from AbstractController::Base | José Valim | 2009-12-22 | 1 | -3/+5 |
* | | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 1 | -12/+12 |
* | | Updating actionmailer to call :to_s on all field values instead of decoded | Mikel Lindsaar | 2009-12-27 | 1 | -8/+8 |
* | | Fixes for working with 1.9.1-head | Mikel Lindsaar | 2009-12-17 | 1 | -2/+2 |
* | | Merge branch 'rails' | Mikel Lindsaar | 2009-12-17 | 1 | -0/+34 |
|\| |
|
| * | avoid generating invalid SMTP commands in ruby pre 1.9 | Michael Koziarski | 2009-11-28 | 1 | -0/+34 |
* | | Merge branch 'master' of git://github.com/rails/rails into rails_master | Mikel Lindsaar | 2009-11-24 | 1 | -1/+1 |
|\| |
|
| * | Change mailer subjects lookup. | José Valim | 2009-11-09 | 1 | -1/+1 |
* | | Fixed up incompatible encoding problem for Ruby 1.9 in test suite | Mikel Lindsaar | 2009-11-23 | 1 | -3/+9 |
* | | Deprecating attachment :body => 'string' in favour of attachment :data => 'st... | Mikel Lindsaar | 2009-11-23 | 1 | -5/+5 |
* | | 131 tests, 309 assertions, 0 failures, 0 errors | Mikel Lindsaar | 2009-11-22 | 1 | -29/+37 |
* | | Updating tests for Mail gem | Mikel Lindsaar | 2009-11-22 | 1 | -1/+1 |
* | | 131 tests, 266 assertions, 9 failures, 6 errors | Mikel Lindsaar | 2009-11-21 | 1 | -6/+6 |
* | | Down to 13 failures, 14 errors | Mikel Lindsaar | 2009-11-20 | 1 | -6/+13 |
* | | Down to 30 failures total | Mikel Lindsaar | 2009-11-20 | 1 | -36/+82 |
* | | More updates... 45 errors left to get it working with Mail gem | Mikel Lindsaar | 2009-11-20 | 1 | -43/+57 |
* | | Starting again on actionmailer integration with mail | Mikel Lindsaar | 2009-11-12 | 1 | -37/+32 |
|/ |
|
* | Use I18n on ActionMailer subjects by default. | José Valim | 2009-11-01 | 1 | -0/+15 |
* | Make tests run without deprecation warning (just one left). | José Valim | 2009-11-01 | 1 | -60/+77 |
* | Another refactoring on AM. body is deprecated, use render instead. | José Valim | 2009-11-01 | 1 | -6/+2 |
* | Remove ActionMailer helpers and rely on AbstractController one. | José Valim | 2009-11-01 | 1 | -3/+7 |
* | abstract all of the ActionMailer delivery methods into their own classes. the... | Matthew Rudy Jacobs | 2009-11-01 | 1 | -1/+1 |
* | Get rid of parenthesize argument warnings | Pratik Naik | 2009-08-09 | 1 | -5/+5 |
* | Adds a :file delivery_method to save email to a file on disk | Eric Davis | 2009-08-08 | 1 | -0/+12 |
* | Default sent_on time to now in ActionMailer | Matt Duncan | 2009-08-08 | 1 | -2/+3 |
* | Replace _render_template_with_layout with _render_template since the layout i... | Yehuda Katz | 2009-08-07 | 1 | -4/+6 |
* | Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_... | Chad Woolley | 2009-05-27 | 1 | -4/+5 |
* | Fixes ActionMailer to work with the ActionView refactoring | Yehuda Katz + Carl Lerche | 2009-04-27 | 1 | -2/+2 |
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 1 | -7/+7 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -5/+3 |
|\ |
|
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |