aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
...
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-232-3/+0
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-2310-47/+63
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-215-2/+33
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-203-2/+4
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-193-4/+4
* Merge branch 'master' into testingJeremy Kemper2008-11-156-11/+37
|\
| * Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-153-1/+12
| * A few more dependency updatesDavid Heinemeier Hansson2008-11-141-1/+1
| * Prepare for RC2David Heinemeier Hansson2008-11-142-2/+2
| * Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-112-1/+6
| * Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-112-6/+16
* | Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
|/
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-064-4/+29
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
* Push to new gem serverDavid Heinemeier Hansson2008-10-231-2/+2
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-232-1/+4
* Fixed load path for actionmailer and activesupport tests to always load from ...madlep2008-10-041-0/+2
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-283-0/+17
* Bump the Version constants to align with the *next* release rather than the p...Michael Koziarski2008-09-221-1/+1
* Fixed problem causes by leftover backup templates ending in tilde [state:comm...U-ESCAPEE\Mack2008-09-092-1/+11
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-098-2/+110
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-098-110/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-2/+2
* Add layout functionality to mailers.Pratik Naik2008-08-318-2/+110
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-292-5/+68
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-6/+6
* Removed old deprecation test because the warning was removed in 1129a24Joshua Peek2008-08-221-9/+3
* Ensure templates are rendered if all the parts are already processedJoshua Peek2008-08-132-2/+3
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-062-48/+32
* Treat ActionMailer template_root as a view path set internally to avoid inher...Joshua Peek2008-07-311-4/+15
* Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is...Jeremy Kemper2008-07-311-1/+1
* Fix file permissionsTarmo Tänav2008-07-314-0/+0
* Ensure ActionView::PathSet::Path is not initialized with a precompiled pathJoshua Peek2008-07-191-1/+2
* Only create a path for ActionMailer template root instead of a path set. Bett...Joshua Peek2008-07-192-5/+5
* Ruby 1.9: Call join on template_root instead of to_sJoshua Peek2008-07-191-3/+2
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-5/+13
* Merge with docrails.Pratik Naik2008-07-164-6/+6
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Stubba is included in Mocha alreadyJoshua Peek2008-07-111-2/+1
* Horo rdoc templateJeremy Kemper2008-06-221-1/+2
* Update Rakefiles to connect to wrath as current user. Use ssh config to set a...Jeremy Kemper2008-06-181-2/+2
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-172-6/+5
* Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
* Making ready for release of 2.1David Heinemeier Hansson2008-05-313-4/+4
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-293-8/+48
* Merge docrails.Pratik Naik2008-05-253-10/+10
* Bundle tmail 1.2.3Jeremy Kemper2008-05-1928-13/+38
* Merge documentation changes from docrails.Pratik Naik2008-05-162-30/+40
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-51/+51