| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | tidy CHANGELOGs [ci skip] | Yves Senn | 2014-01-30 | 1 | -4/+6 |
* | | | Remove an extra comment [ci skip] | Robin Dupret | 2014-01-26 | 1 | -1/+0 |
* | | | Support underscored symbols in Action Mailer config | Andrew White | 2014-01-26 | 3 | -5/+37 |
* | | | Don't use a class_attribute for ActionMailer::Base.preview_path | Andrew White | 2014-01-26 | 2 | -7/+3 |
* | | | Add the ability to intercept emails before previewing | Andrew White | 2014-01-26 | 4 | -5/+109 |
* | | | docs should say `email` not `Email`. [ci skip] | Yves Senn | 2014-01-20 | 1 | -1/+1 |
* | | | removed extra comma [ci skip] | Kuldeep Aggarwal | 2014-01-14 | 1 | -1/+1 |
* | | | standardize on jruby_skip & rbx_skip | Gaurish Sharma | 2014-01-13 | 1 | -0/+9 |
* | | | quick formatting pass through CHANGELOGS. [ci skip]. | Yves Senn | 2014-01-06 | 1 | -0/+2 |
* | | | Add preview_path to autoload_paths in after_initialize | Andrew White | 2014-01-04 | 2 | -6/+14 |
* | | | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 2 | -2/+2 |
|/ / |
|
* | | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -17/+18 |
* | | document how to access mail previews. [ci skip] | Yves Senn | 2013-12-18 | 1 | -0/+3 |
|/ |
|
* | Get ready to release 4.1.0.beta1 | David Heinemeier Hansson | 2013-12-17 | 1 | -1/+1 |
* | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 |
* | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 5 | -0/+101 |
* | Include AV::Layouts directly in AM::Base | Łukasz Strzałkowski | 2013-12-05 | 1 | -0/+2 |
* | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -3/+0 |
* | `mail()` without arguments is a getter for the current mail. | Yves Senn | 2013-12-02 | 3 | -0/+42 |
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -1/+1 |
|\ |
|
| * | Update README.rdoc [ci skip] | Harshad Sabne | 2013-11-08 | 1 | -1/+1 |