Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -1/+1 |
* | Rename 'defaults' class method to 'default' to reflect that it's a declaration | Jeremy Kemper | 2010-01-27 | 1 | -2/+2 |
* | Fix failing tests on AM about render(:body => Hash). | José Valim | 2010-01-26 | 1 | -2/+4 |
* | Deprecate old defaults API. | José Valim and Mikel Lindsaar | 2010-01-26 | 1 | -2/+27 |
* | Handle some TODOs and deprecations. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -8/+13 |
* | Maintain old_api and deprecated_api in different files. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -243/+9 |
* | Add new class delivery method API. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -10/+15 |
* | Some refactoring. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -39/+27 |
* | Moving AS::Notifications call to one location in base | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -9/+7 |
* | Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su... | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -0/+32 |
* | Add basic template rendering to new DSL. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -8/+1 |
* | Add more tests to new API. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -1/+1 |
* | Move class methods to deprecated stuff. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -0/+48 |
* | Moved deprecated_body.rb to deprecatead_api.rb | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -31/+110 |
* | Updating deprecated API to sanitize old style attachments hash to work with n... | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -10/+35 |
* | Adding tests for attachments['blah.rb'] = {} et al | José Valim and Mikel Lindsaar | 2010-01-21 | 1 | -1/+11 |
* | Created mail method for new API | José Valim and Mikel Lindsaar | 2010-01-20 | 1 | -2/+2 |
* | 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/+163 |