| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated ActionMailer API and related tests | Josh Kalderimis | 2011-05-24 | 1 | -2/+0 |
* | We're in 2011, let's update our license | Prem Sichanugrist | 2011-02-22 | 1 | -1/+1 |
* | Always pull in version for frameworks (standardize autoload / require / none) | wycats | 2010-10-10 | 1 | -0/+1 |
* | Remove the deprecated API from ActionMailer. | José Valim | 2010-08-29 | 1 | -1/+0 |
* | Unforce text-format from AM | Santiago Pastorino | 2010-06-01 | 1 | -6/+0 |
* | Cleaning up Action Mailer spelling with and without the space | Mikel Lindsaar | 2010-05-02 | 1 | -1/+1 |
* | Removing quoting and adding Mail 2.3.5 | Mikel Lindsaar | 2010-04-11 | 1 | -1/+0 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+1 |
* | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 1 | -1/+1 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -1/+9 |
* | Unvendor'd text-format, now requires text-format gem | Mikel Lindsaar | 2010-01-28 | 1 | -1/+1 |
* | Maintain old_api and deprecated_api in different files. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -0/+1 |
* | Added basic explicit multipart rendering and tests | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -0/+1 |
* | Moved deprecated_body.rb to deprecatead_api.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -1/+0 |
* | Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer API | José Valim and Mikel Lindsaar | 2010-01-20 | 1 | -0/+1 |
* | Refactor delivery methods. | José Valim | 2010-01-19 | 1 | -0/+1 |
* | Removed autoload of DeliveryMethods | Mikel Lindsaar | 2010-01-16 | 1 | -1/+0 |
* | Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompat | Mikel Lindsaar | 2009-12-31 | 1 | -2/+0 |
* | Adding TMailCompat layer for :set_content_type and friends | Mikel Lindsaar | 2009-12-30 | 1 | -0/+2 |
* | Remove unused code paths and require mail only when it's needed. | José Valim | 2009-12-28 | 1 | -3/+0 |
* | Moved sort_parts into Mail, updated mail requirement to 1.4.2 | Mikel Lindsaar | 2009-12-28 | 1 | -1/+2 |
* | Merge Mail with latest Rails and move mail gem to Gemfile. | José Valim | 2009-12-27 | 1 | -13/+3 |
|\ |
|
| * | All AM modules are safe to defer | Joshua Peek | 2009-12-22 | 1 | -30/+10 |
| * | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -13/+18 |
* | | Updating action_mailer to need mail 1.4.1 | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
* | | Changing body to use :to_s instead of :decoded... better use case | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
* | | Updating actionmailer to call :to_s on all field values instead of decoded | Mikel Lindsaar | 2009-12-27 | 1 | -1/+1 |
* | | Updating requirement for mail to 1.3.4 | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
* | | Updating requirement for mail to 1.3.3 | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
* | | Merged in latest changes from rails/master | Mikel Lindsaar | 2009-12-17 | 1 | -1/+2 |
* | | Fixes for working with 1.9.1-head | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
* | | Merge branch 'rails' | Mikel Lindsaar | 2009-12-17 | 1 | -18/+19 |
|\| |
|
| * | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -2/+3 |
| * | Should fix a few Sam Ruby fails. | Yehuda Katz | 2009-12-03 | 1 | -1/+0 |
| * | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -16/+18 |
* | | Change require mail version to 1.3.0 | Mikel Lindsaar | 2009-11-24 | 1 | -1/+1 |
* | | Removing utils, and updating requires to match | Mikel Lindsaar | 2009-11-23 | 1 | -3/+2 |
* | | 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. the... | Matthew Rudy Jacobs | 2009-11-01 | 1 | -0/+1 |
* | 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 |
* | 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 f... | Jeremy Kemper | 2008-11-24 | 1 | -2/+0 |
* | Add LAZY env flag for testing autoload/lazy load feature | Joshua Peek | 2008-11-24 | 1 | -2/+1 |