| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 4 | -6/+6 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -1/+1 |
* | Replaced TemplateFinder abstraction with ViewLoadPaths | Joshua Peek | 2008-06-17 | 1 | -3/+2 |
* | Ensure render :file works inside templates | Pratik Naik | 2008-06-05 | 1 | -1/+2 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+2 |
* | Add ActionMailer#reply_to. [#245 state:resolved] | Adam | 2008-05-29 | 2 | -8/+14 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 3 | -10/+10 |
* | Bundle tmail 1.2.3 | Jeremy Kemper | 2008-05-19 | 28 | -13/+38 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -20/+26 |
* | Prefer string core_ext inflector methods over directly accessing Inflector. | Joshua Peek | 2008-05-14 | 1 | -51/+51 |
* | Updated copyright years | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -12/+13 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -6/+6 |
* | * Remove default_url_options from mailer generator | Cody Fauser | 2008-04-21 | 1 | -12/+27 |
* | Avoid modifying the sendmail_settings hash when using the return path. Closes... | Michael Koziarski | 2008-04-05 | 1 | -2/+3 |
* | Ruby 1.9 compat: ascii encoding for quoted-printable regexps | Jeremy Kemper | 2008-04-03 | 1 | -0/+2 |
* | Ruby 1.9 compat: anonymous class name is nil not '' now | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Ruby 1.9 compat: anonymous class name is nil not '' now | Jeremy Kemper | 2008-04-01 | 1 | -5/+5 |
* | Bump bundled tmail to r242 | Jeremy Kemper | 2008-03-31 | 3 | -10/+10 |
* | Ruby 1.9 compat: use Array() instead of #to_a. | Jeremy Kemper | 2008-03-31 | 1 | -1/+1 |
* | Merge in latest tmail trunk r241 | Jeremy Kemper | 2008-03-30 | 24 | -193/+534 |
* | Fixed that a return-path header would be ignored (closes #7572) [joost] | David Heinemeier Hansson | 2008-03-27 | 1 | -2/+8 |
* | Less verbose mail logging: just recipients for :info log level; the whole ema... | Jeremy Kemper | 2008-02-02 | 1 | -1/+4 |
* | Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C... | Michael Koziarski | 2008-01-21 | 1 | -0/+5 |
* | Update vendor version number | Jeremy Kemper | 2008-01-19 | 1 | -2/+2 |
* | Update tmail to r208 versioned as 1.2.2 | Jeremy Kemper | 2008-01-19 | 32 | -1008/+151 |
* | Updated TMail to version 1.2.1 [raasdnil] | Rick Olson | 2008-01-11 | 31 | -670/+1314 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -22/+14 |
* | Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos... | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+14 |
* | Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ... | Jeremy Kemper | 2007-12-28 | 1 | -1/+1 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -1/+1 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -3/+3 |
* | Remove old tests which relied on @ being an ATOM to work around old Mail.app ... | Michael Koziarski | 2007-12-02 | 1 | -50/+29 |
* | Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #... | Michael Koziarski | 2007-12-01 | 1 | -1/+1 |
* | Allow body to be specified for nested parts with action mailer. Closes #102... | Michael Koziarski | 2007-11-29 | 1 | -5/+2 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 2 | -2/+2 |
* | Update ActionMailer so it treats ActionView the same way that ActionControlle... | Rick Olson | 2007-11-26 | 1 | -6/+29 |
* | mailer_class is a class method not an instance method. [josh] Closes #10041 | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Prepare versions for RC1 | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+2 |
* | Rearrange vendor bundles so gem overrides work correctly. | Jeremy Kemper | 2007-11-07 | 32 | -11/+17 |
* | Allow ActionMailer subclasses to individually set their delivery method (so t... | David Heinemeier Hansson | 2007-11-07 | 1 | -2/+2 |
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 24 | -338/+1504 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+59 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 1 | -1/+1 |
* | Set default charset of MTAs to ISO instead of us-ascii (unless reported other... | Tobias Lütke | 2007-10-09 | 1 | -0/+6 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 1 | -1/+1 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -4/+4 |
* | Allow frameworks to be required by their gem name (closes #8845) [drnic] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |