| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 3 | -1/+12 |
* | Raise an exception when attachments are added after `mail` was called. | Yves Senn | 2014-07-29 | 3 | -1/+62 |
* | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
|\ |
|
| * | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
* | | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -11/+13 |
* | | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 1 | -1/+1 |
|/ |
|
* | test i18n against a routed app | Aaron Patterson | 2014-07-07 | 1 | -1/+16 |
* | add test coverage for the action mailer | Dmitry Polushkin | 2014-07-04 | 6 | -38/+16 |
* | Rename preview_enabled option to show_previews | Rafael Mendonça França | 2014-07-01 | 3 | -8/+8 |
* | Add configuration to enable mail previews | Leonard Garvey | 2014-07-01 | 3 | -1/+30 |
* | Merge pull request #15815 from DNNX/mail-helper-refactoring | Rafael Mendonça França | 2014-06-19 | 1 | -2/+2 |
|\ |
|
| * | Remove unused block parameter from #gsub call in AM::MailHelper#block_format | Viktar Basharymau | 2014-06-19 | 1 | -2/+2 |
* | | Add `logger.debug?` guard to `ActionMailer::LogSubscriber#process` | Viktar Basharymau | 2014-06-19 | 1 | -0/+1 |
|/ |
|
* | allow preview interceptors to be registered through `config.action_mailer`. | Yves Senn | 2014-06-15 | 3 | -1/+9 |
* | [ci skip] correct doc for `register_preview_interceptor` | yuuji.yaginuma | 2014-06-15 | 1 | -1/+1 |
* | Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha... | Yves Senn | 2014-06-12 | 1 | -4/+0 |
|\ |
|
| * | Add unregister_template_handler to prevent leaks. | Zuhao Wan | 2014-06-12 | 1 | -4/+0 |
* | | [ci skip] Improve enable_starttls_auto documentation. | Juanito Fatas | 2014-06-11 | 1 | -2/+2 |
|/ |
|
* | Restore I18n.locale to default after test. | Zuhao Wan | 2014-06-07 | 1 | -0/+4 |
* | Restore test deliveries properly in ActionMailer. | Zuhao Wan | 2014-06-07 | 1 | -0/+8 |
* | Relax mail gem constraint from ~> 2.5.4 to ~> 2.5, >= 2.5.4 | Benjamin Fleischer | 2014-06-03 | 1 | -1/+1 |
* | Feature requests should be made on the mailing list, not submitted to | Zachary Scott | 2014-06-01 | 1 | -1/+5 |
* | Pass through AM documentation re: 02d048d [ci skip] | Zachary Scott | 2014-05-26 | 2 | -5/+7 |
* | Use "Action Mailer" as canonical name in documentation [ci skip] | Zachary Scott | 2014-05-26 | 1 | -1/+1 |
* | Add description of ActionMailer::TestHelper module [ci skip] | Zachary Scott | 2014-05-26 | 1 | -0/+2 |
* | Merge pull request #15083 from zuhao/refactor_actionmailer_i18n_with_controll... | Yves Senn | 2014-05-13 | 1 | -11/+14 |
|\ |
|
| * | Use with_translation helper to clean up I18n stored translations. | Zuhao Wan | 2014-05-13 | 1 | -11/+14 |
* | | Merge pull request #15082 from zuhao/refactor_actionmailer_delivery_methods_test | Yves Senn | 2014-05-13 | 1 | -30/+42 |
|\ \ |
|
| * | | Move state restoration from setup/teardown into affected test cases. | Zuhao Wan | 2014-05-13 | 1 | -30/+42 |
| |/ |
|
* | | Merge pull request #15086 from zuhao/refactor_actionmailer_mail_layout_test | Yves Senn | 2014-05-13 | 1 | -10/+0 |
|\ \ |
|
| * | | Remove unnecessary setup and teardown. | Zuhao Wan | 2014-05-13 | 1 | -10/+0 |
| |/ |
|
* / | A minor stylistic fix and cleanup of mail deliveries. | Zuhao Wan | 2014-05-13 | 1 | -3/+5 |
|/ |
|
* | Fix state leaks in actionmailer/test/base_test.rb. | Zuhao Wan | 2014-05-07 | 1 | -102/+157 |
* | [ci skip] Improve formatting and yml | Gaurav Sharma | 2014-04-24 | 1 | -2/+2 |
* | Fix MailerPreview broken tests | Arthur Neves | 2014-03-15 | 1 | -4/+4 |
* | Make sure we clean preview_interceptors | Arthur Neves | 2014-03-07 | 1 | -0/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-03-07 | 2 | -2/+2 |
|\ |
|
| * | :scissors: | Zachary Scott | 2014-02-23 | 2 | -2/+2 |
* | | Introduce `Rails.gem_version` | Prem Sichanugrist | 2014-03-05 | 2 | -7/+19 |
* | | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -61/+1 |
* | | update version to 4.2.0.alpha | Yves Senn | 2014-02-23 | 1 | -1/+1 |
|/ |
|
* | Fix render plain docs example in AM::Base | Guillermo Iguaran | 2014-02-18 | 1 | -2/+2 |
* | Update Docs in favor to use render plain instead of text option | robertomiranda | 2014-02-18 | 1 | -3/+3 |
* | Merge branch '4-1-0-beta2' | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 |
|\ |
|
| * | Preparing for 4.1.0.beta2 release | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 |
* | | Fix typo [ci skip] | Rafael Mendonça França | 2014-02-16 | 1 | -1/+1 |
* | | Merge pull request #13997 from dmitry/test_coverage_improvement | Rafael Mendonça França | 2014-02-09 | 2 | -10/+21 |
|\ \ |
|
| * | | add actionmailer test coverage for undefined delivery method | Dmitry Polushkin | 2014-02-09 | 2 | -10/+21 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-02-09 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | e-mail => email, and subject/verb agreement | Waynn Lue | 2014-01-13 | 1 | -1/+1 |