aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-0732-11/+17
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-078-10/+93
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-0626-338/+1610
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-292-2/+4
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-264-5/+92
* Missed mailer adds.Jeremy Kemper2007-10-162-0/+4
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-152-0/+16
* Update versions here tooDavid Heinemeier Hansson2007-10-122-2/+2
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-092-2/+48
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-052-3/+3
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+4
* UpdatedDavid Heinemeier Hansson2007-09-291-3/+19
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-222-2/+6
* Allow frameworks to be required by their gem name (closes #8845) [drnic]David Heinemeier Hansson2007-09-221-0/+1
* Test requirement fix (closes #9276) [lazyatom]David Heinemeier Hansson2007-09-221-3/+3
* Improved test coverage (closes #7571) [joost]David Heinemeier Hansson2007-09-221-0/+19
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-147-3/+43
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-4/+0
* Update copyright spanDavid Heinemeier Hansson2007-09-092-2/+2
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-203-2/+26
* Missed svn adds. References #7534.Jeremy Kemper2007-06-082-0/+12
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-073-3/+58
* Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]Jeremy Kemper2007-05-281-0/+1
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-212-9/+9
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-082-1/+3
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-224-2/+114
* Fix broken testsJamis Buck2007-02-221-7/+7
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2129-44/+44
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Fix missed smtp_session changes to base.rb. Michael Koziarski2007-01-311-2/+2
* Rename server_settings to smtp_settings, add sendmail_settings to allow you ...Michael Koziarski2007-01-312-5/+15
* Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152Michael Koziarski2007-01-212-0/+34
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-133-2/+26
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-058-7/+165
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-095-47/+28
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-094-16/+42
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-094-0/+24
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* Update copyright timesDavid Heinemeier Hansson2006-09-032-6/+3
* Added test for custom headers on parts (closes #3043)David Heinemeier Hansson2006-09-021-1/+2
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-027-10/+46
* Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...David Heinemeier Hansson2006-09-021-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-312-1/+3
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-254-0/+95
* New dependencies implementationNicholas Seckar2006-08-082-1/+3
* Add forgotten test/abstract_unitJeremy Kemper2006-07-031-0/+7
* fix regexp typoJeremy Kemper2006-06-301-1/+1
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-307-34/+22
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-293-5/+5