aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
...
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-298-6/+46
* prefer sibling actionpackJeremy Kemper2006-06-211-5/+4
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-102-36/+102
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-292-4/+4
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-293-5/+6
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-132-1/+3
* Use Aras RubyForge uploaderDavid Heinemeier Hansson2006-04-091-112/+8
* Not all file systems are case sensitive. Things like 'rake gem' were failingScott Barron2006-04-071-1/+1
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-063-2/+7
* Made ready for releaseDavid Heinemeier Hansson2006-03-283-4/+6
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+6
* Fixed docsDavid Heinemeier Hansson2006-03-282-2/+2
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-193-2/+19
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-185-11/+41
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-183-1/+20
* Use the full template file name for implicitly selected templates, instead of...Jamis Buck2006-03-181-2/+3
* Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org]David Heinemeier Hansson2006-02-261-1/+1
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-252-1/+2
* Update versions to match latest from stableDavid Heinemeier Hansson2006-02-052-2/+2
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-5/+2
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-295-3/+25
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-234-2/+14
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-234-1/+44
* r3220@asus: jeremy | 2005-11-20 03:19:22 -0800Jeremy Kemper2005-11-212-3/+8
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-173-2/+4
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-154-4/+13
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-073-3/+3
* Add a new test case to demonstrate that subject headers are being properly en...Jamis Buck2005-11-061-0/+20
* Fix docs (closes #2598)David Heinemeier Hansson2005-10-264-13/+13
* Allow Mailers to have custom initialize methods that set default instance var...David Heinemeier Hansson2005-10-262-9/+13
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-253-2/+7
* Really ready for pushDavid Heinemeier Hansson2005-10-192-1/+6
* Made ready to push RC2David Heinemeier Hansson2005-10-191-1/+1
* Updated the gem specsDavid Heinemeier Hansson2005-10-171-1/+1
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-162-3/+3
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-168-17/+131
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...David Heinemeier Hansson2005-10-1618-53/+376
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...David Heinemeier Hansson2005-10-152-14/+35
* move lib/version.rb to lib/action_mailer/version.rbJamis Buck2005-10-102-1/+1
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-092-2/+12
* 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-053-3/+5
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-014-8/+23
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-014-5/+35
* Encode multibyte characters correctly #1894Jamis Buck2005-09-013-1/+60
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-223-2/+41
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-223-4/+60