Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Pegged the versions for release | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1739 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 1 | -2/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1446 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | A very thorough refactoring, resulting in new mail property setters and ↵ | Jamis Buck | 2005-05-29 | 1 | -1/+3 |
| | | | | | | support for attachments and multipart messages. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | AR, AP, and AM should look for AS in sibling directory before trying ↵ | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+6 |
| | | | | | | RubyGems #648 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@648 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+43 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |