Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some tests to collector with templates and any. | José Valim and Mikel Lindsaar | 2010-01-23 | 3 | -11/+48 | |
| | ||||||
* | Make implicit and explicit templates pass through the same part creation ↵ | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -12/+25 | |
| | | | | process. | |||||
* | Added basic explicit multipart rendering and tests | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -11/+56 | |
| | ||||||
* | Get implicit multipart and attachments working together. | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -18/+79 | |
| | ||||||
* | First work on implicit multipart. | José Valim and Mikel Lindsaar | 2010-01-22 | 3 | -1/+19 | |
| | ||||||
* | Add basic template rendering to new DSL. | José Valim and Mikel Lindsaar | 2010-01-22 | 4 | -42/+36 | |
| | ||||||
* | Add more tests to new API. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -33/+82 | |
| | ||||||
* | Moved deprecated_body.rb to deprecatead_api.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -12/+0 | |
| | ||||||
* | Merge branch 'master' of git://github.com/rails/rails | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -11/+2 | |
|\ | ||||||
| * | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -11/+2 | |
| | | ||||||
* | | Added use of AS::Notifications for tmail_compat.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -2/+0 | |
| | | ||||||
* | | Updating deprecated API to sanitize old style attachments hash to work with ↵ | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | | | new mail.attachments method | |||||
* | | Adding tests for attachments['blah.rb'] = {} et al | José Valim and Mikel Lindsaar | 2010-01-21 | 2 | -1/+27 | |
| | | ||||||
* | | Mail method accepting all headers set via the hash | José Valim and Mikel Lindsaar | 2010-01-21 | 1 | -5/+27 | |
| | | ||||||
* | | Created mail method for new API | José Valim and Mikel Lindsaar | 2010-01-20 | 1 | -4/+42 | |
| | | ||||||
* | | Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer API | José Valim and Mikel Lindsaar | 2010-01-20 | 1 | -0/+39 | |
| | | ||||||
* | | Fixing failing test on sendmail expectation | Mikel Lindsaar | 2010-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | Refactor delivery methods. | José Valim | 2010-01-19 | 1 | -91/+24 | |
| | | ||||||
* | | Get all tests passing. | José Valim | 2010-01-19 | 1 | -7/+2 | |
| | | ||||||
* | | latest updates | Mikel Lindsaar | 2010-01-19 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | 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 | 4 | -23/+60 | |
|/ | ||||||
* | Ensure we just send Ruby Stdlib objects in ActionMailer notifications. | José Valim | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | Add subscriber to ActionMailer. | José Valim | 2010-01-14 | 2 | -34/+53 | |
| | ||||||
* | 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 | |
| | ||||||
* | Autoload AM test case class | Joshua Peek | 2010-01-04 | 1 | -1/+0 | |
| | ||||||
* | Updating to Mail 1.5.0, including default values for all Message#field_name ↵ | Mikel Lindsaar | 2010-01-02 | 5 | -58/+58 | |
| | | | | methods, can access field objects by calling Message#[:field_name] | |||||
* | Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompat | Mikel Lindsaar | 2009-12-31 | 1 | -0/+9 | |
| | ||||||
* | Adding TMailCompat layer for :set_content_type and friends | Mikel Lindsaar | 2009-12-30 | 1 | -0/+14 | |
| | ||||||
* | Merge branch 'master' of git://github.com/mikel/rails into mail | Jeremy Kemper | 2009-12-29 | 11 | -112/+178 | |
|\ | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb | |||||
| * | 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 | 4 | -8/+10 | |
| | | ||||||
| * | Merge Mail with latest Rails and move mail gem to Gemfile. | José Valim | 2009-12-27 | 4 | -26/+55 | |
| |\ | ||||||
| | * | adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ↵ | José Valim | 2009-12-25 | 2 | -11/+46 | |
| | | | | | | | | | | | | object if you need to access the subject, recipients, from, etc. | |||||
| | * | Make ActionMailer::Base inherit from AbstractController::Base | José Valim | 2009-12-22 | 2 | -5/+7 | |
| | | | | | | | | | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | |||||
| * | | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 6 | -38/+38 | |
| | | | ||||||
| * | | Updating actionmailer to call :to_s on all field values instead of decoded | Mikel Lindsaar | 2009-12-27 | 1 | -8/+8 | |
| | | | ||||||
| * | | Merged in latest changes from rails/master | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixes for working with 1.9.1-head | Mikel Lindsaar | 2009-12-17 | 2 | -3/+9 | |
| | | | ||||||
| * | | Merge branch 'rails' | Mikel Lindsaar | 2009-12-17 | 3 | -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't | Joshua Peek | 2009-12-16 | 1 | -5/+2 | |
| | | | | | | | | | | | | adding any to the load path more than once. | |||||
| | * | Define a welcome controller in mailer tests | Joshua Peek | 2009-11-29 | 1 | -22/+22 | |
| | | | ||||||
| | * | avoid generating invalid SMTP commands in ruby pre 1.9 | Michael Koziarski | 2009-11-28 | 1 | -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_master | Mikel Lindsaar | 2009-11-24 | 2 | -2/+4 | |
| |\| |