Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompat | Mikel Lindsaar | 2009-12-31 | 1 | -2/+0 |
| | |||||
* | Adding TMailCompat layer for :set_content_type and friends | Mikel Lindsaar | 2009-12-30 | 1 | -0/+2 |
| | |||||
* | Remove unused code paths and require mail only when it's needed. | José Valim | 2009-12-28 | 1 | -3/+0 |
| | |||||
* | Moved sort_parts into Mail, updated mail requirement to 1.4.2 | Mikel Lindsaar | 2009-12-28 | 1 | -1/+2 |
| | |||||
* | Merge Mail with latest Rails and move mail gem to Gemfile. | José Valim | 2009-12-27 | 1 | -13/+3 |
|\ | |||||
| * | All AM modules are safe to defer | Joshua Peek | 2009-12-22 | 1 | -30/+10 |
| | | |||||
| * | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -13/+18 |
| | | |||||
* | | Updating action_mailer to need mail 1.4.1 | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
| | | |||||
* | | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
| | | |||||
* | | Updating actionmailer to call :to_s on all field values instead of decoded | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
| | | |||||
* | | Updating requirement for mail to 1.3.4 | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
| | | |||||
* | | Updating requirement for mail to 1.3.3 | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
| | | |||||
* | | Merged in latest changes from rails/master | Mikel Lindsaar | 2009-12-17 | 1 | -1/+2 |
| | | |||||
* | | Fixes for working with 1.9.1-head | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'rails' | Mikel Lindsaar | 2009-12-17 | 1 | -18/+19 |
|\| | | | | | | | | | | | 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 | -2/+3 |
| | | | | | | | | adding any to the load path more than once. | ||||
| * | Should fix a few Sam Ruby fails. | Yehuda Katz | 2009-12-03 | 1 | -1/+0 |
| | | |||||
| * | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A new module (ActiveSupport::Autoload) is provide that extends autoloading with new behavior. * All autoloads in modules that have extended ActiveSupport::Autoload will be eagerly required in threadsafe environments * Autoloads can optionally leave off the path if the path is the same as full_constant_name.underscore * It is possible to specify that a group of autoloads live under an additional path. For instance, all of ActionDispatch's middlewares are ActionDispatch::MiddlewareName, but they live under "action_dispatch/middlewares/middleware_name" * It is possible to specify that a group of autoloads are all found at the same path. For instance, a number of exceptions might all be declared there. * One consequence of this is that testing-related constants are not autoloaded. To get the testing helpers for a given component, require "component_name/test_case". For instance, "action_controller/test_case". * test_help.rb, which is automatically required by a Rails application's test helper, requires the test_case.rb for all active components, so this change will not be disruptive in existing or new applications. | ||||
* | | Change require mail version to 1.3.0 | Mikel Lindsaar | 2009-11-24 | 1 | -1/+1 |
| | | |||||
* | | Removing utils, and updating requires to match | Mikel Lindsaar | 2009-11-23 | 1 | -3/+2 |
| | | |||||
* | | Opps.. need to require it as well as gem mail :) | Mikel Lindsaar | 2009-11-22 | 1 | -0/+1 |
| | | |||||
* | | Adding mail as a gem load | Mikel Lindsaar | 2009-11-22 | 1 | -2/+1 |
| | | |||||
* | | 131 tests, 309 assertions, 0 failures, 0 errors | Mikel Lindsaar | 2009-11-22 | 1 | -1/+2 |
| | | |||||
* | | Starting again on actionmailer integration with mail | Mikel Lindsaar | 2009-11-12 | 1 | -1/+2 |
|/ | |||||
* | Another refactoring on AM. body is deprecated, use render instead. | José Valim | 2009-11-01 | 1 | -0/+1 |
| | |||||
* | Remove ActionMailer helpers and rely on AbstractController one. | José Valim | 2009-11-01 | 1 | -1/+0 |
| | |||||
* | abstract all of the ActionMailer delivery methods into their own classes. ↵ | Matthew Rudy Jacobs | 2009-11-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | thereby the following are equivalent ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.delivery_method = ActionMailer::DeliveryMethod::Smtp we could equally set our own custom object as long as it provides the instance method :perform_delivery(mail) eg. class MySmsDeliveryMethod def perform_delivery(mail) Sms.send(mail['to'], mail['body']) end end MySmsMailer.delivery_method = MySmsDeliveryMethod.new Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Prefer sibling action_controller | Jeremy Kemper | 2009-06-05 | 1 | -10/+3 |
| | |||||
* | Just require tmail instead of autoloading it to fix issues when using the gem | Marcus Mateus | 2009-02-24 | 1 | -1/+2 |
| | | | | | version [#1851 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Bump up the year in MIT license files | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | Explicitly require Action View also | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 |
| | |||||
* | Add config.preload_frameworks to load all frameworks at startup. Default to ↵ | Jeremy Kemper | 2008-11-24 | 1 | -2/+0 |
| | | | | false so Rails autoloads itself as it's used. | ||||
* | Add LAZY env flag for testing autoload/lazy load feature | Joshua Peek | 2008-11-24 | 1 | -2/+1 |
| | |||||
* | use autoload instead of explicit requires for ActionMailer | Joshua Peek | 2008-11-23 | 1 | -14/+24 |
| | |||||
* | Harmonize framework require strategy. Don't add self to load path since ↵ | Jeremy Kemper | 2008-08-25 | 1 | -6/+6 |
| | | | | Rails initializer and RubyGems handle it. | ||||
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Reverting changes to ActionMailer | Sven Fuchs | 2008-07-04 | 1 | -4/+0 |
| | | | | | | | | | Revert "Experimental I18n charset support for ActionMailer" This reverts commit 6982acb0793fb6e59f52cab4062344a88e3691ce. Conflicts: actionmailer/lib/action_mailer/base.rb | ||||
* | Experimental I18n charset support for ActionMailer | Luca Guidi | 2008-07-01 | 1 | -0/+4 |
| | |||||
* | Updated copyright years | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Rearrange vendor bundles so gem overrides work correctly. | Jeremy Kemper | 2007-11-07 | 1 | -11/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8112 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 1 | -1/+10 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8084 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update copyright span | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7425 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ ↵ | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
| | | | | | | [Chad Fowler] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add assert_emails and assert_no_emails to test the number of emails ↵ | Jeremy Kemper | 2006-11-05 | 1 | -0/+1 |
| | | | | | | delivered. Closes #6479. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update copyright times | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4922 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Updated docs and otherwise | David Heinemeier Hansson | 2006-09-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | prefer sibling actionpack | Jeremy Kemper | 2006-06-21 | 1 | -5/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4481 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -3/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2179 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix vendor require paths to prevent files being required twice | Jamis Buck | 2005-09-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2130 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1814 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |