Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of some warnings in AM suite. | José Valim | 2009-12-27 | 1 | -1/+3 |
| | |||||
* | Merge Mail with latest Rails and move mail gem to Gemfile. | José Valim | 2009-12-27 | 1 | -14/+23 |
|\ | |||||
| * | adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ↵ | José Valim | 2009-12-25 | 1 | -4/+21 |
| | | | | | | | | object if you need to access the subject, recipients, from, etc. | ||||
* | | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 1 | -9/+9 |
| | | |||||
* | | Starting again on actionmailer integration with mail | Mikel Lindsaar | 2009-11-12 | 1 | -9/+19 |
|/ | |||||
* | Make tests run without deprecation warning (just one left). | José Valim | 2009-11-01 | 1 | -4/+11 |
| | |||||
* | Move all render and layout pieces required in ActionMailer from ↵ | José Valim | 2009-11-01 | 1 | -1/+14 |
| | | | | ActionController to AbstractController. | ||||
* | Removed old deprecation test because the warning was removed in 1129a24 | Joshua Peek | 2008-08-22 | 1 | -9/+3 |
| | |||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8565 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update ActionMailer so it treats ActionView the same way that ↵ | Rick Olson | 2007-11-26 | 1 | -0/+13 |
| | | | | | | ActionController does. Closes #10244 [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that partial rendering should look at the type of the first render to ↵ | David Heinemeier Hansson | 2007-11-18 | 1 | -0/+11 |
| | | | | | | determine its own type if no other clues are available (like when using text.plain.erb as the extension in AM) (closes #10130) [java] Fixed that partials would be broken when using text.plain.erb as the extension #10130 [java] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8166 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow ActionMailer subclasses to individually set their delivery method (so ↵ | David Heinemeier Hansson | 2007-11-07 | 1 | -2/+10 |
| | | | | | | two subclasses can have different delivery methods) (closes #10033) [zdennis] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8111 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 1 | -0/+11 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Mailer template root applies to a class and its subclasses rather than ↵ | Jeremy Kemper | 2006-06-30 | 1 | -6/+1 |
| | | | | | | acting globally. Closes #5555. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -1/+1 |
| | | | | | | | Avoid naming collision among compiled view methods. Back out AM workaround. References #5520. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4512 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Resolve conflict among mailer actions with the same name. Closes #5520. | Jeremy Kemper | 2006-06-29 | 1 | -1/+37 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4509 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add a unified render method to ActionMailer (delegates to ↵ | Jamis Buck | 2005-08-22 | 1 | -0/+48 |
ActionView::Base#render) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2037 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |