aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer sibling action_controllerJeremy Kemper2009-06-051-10/+3
* Just require tmail instead of autoloading it to fix issues when using the gemMarcus Mateus2009-02-241-1/+2
* Bump up the year in MIT license filesPratik Naik2009-01-181-1/+1
* Explicitly require Action View alsoJeremy Kemper2008-11-241-0/+2
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-2/+0
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-2/+1
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-14/+24
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-6/+6
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Reverting changes to ActionMailerSven Fuchs2008-07-041-4/+0
* Experimental I18n charset support for ActionMailerLuca Guidi2008-07-011-0/+4
* Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-071-11/+3
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-061-1/+10
* Update copyright spanDavid Heinemeier Hansson2007-09-091-1/+1
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-051-0/+1
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-021-1/+1
* prefer sibling actionpackJeremy Kemper2006-06-211-5/+4
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-051-1/+1
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-1/+1
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-061-1/+1
* Helper support for ActionMailerJamis Buck2005-06-161-2/+7
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-291-1/+3
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-221-1/+1
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-171-3/+6
* InitialDavid Heinemeier Hansson2004-11-241-0/+43