Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress warnings | yui-knk | 2016-03-31 | 1 | -1/+3 |
| | | | | | "Using a dynamic :controller (or :action) segment in a route is deprecated" by 6520ea5f7e2215a763ca74bf6cfa87be2347d5df (#23980). | ||||
* | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
| | | | | | When `require 'active_support/rails'`, 'active_support/deprecation' is automatically loaded. | ||||
* | Removed mocha from ActionMailer | Ronak Jangir | 2015-08-20 | 1 | -5/+8 |
| | |||||
* | Make silence a warning inserted by commit #4b3f8ac | yui-knk | 2015-07-30 | 1 | -1/+4 |
| | |||||
* | Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! | Cristian Bica | 2014-08-20 | 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 | 1 | -0/+1 |
| | |||||
* | Restore I18n.locale to default after test. | Zuhao Wan | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | | | If i18n_with_controller_test.rb were to run first, the I18n.locale will be changed to :de, and the following tests in base_test.rb will fail: "subject gets default from I18n" “default subject can have interpolations” "translations are scoped properly" "implicit multipart with default locale" | ||||
* | Use with_translation helper to clean up I18n stored translations. | Zuhao Wan | 2014-05-13 | 1 | -11/+14 |
| | |||||
* | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -3/+0 |
| | |||||
* | Load AV::Layout to AM::Base in railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+4 |
| | |||||
* | Update actionmailer with new hash syntax. | Kirill Nikitin | 2012-10-07 | 1 | -4/+4 |
| | |||||
* | Clean up some straggling build failures | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | Solve SystemStackError when changing locale inside ActionMailer [#5329 ↵ | José Valim | 2011-01-19 | 1 | -10/+6 |
| | | | | state:resolved] | ||||
* | Added a testcase for bug [#5329] | Frank Fischer | 2011-01-19 | 1 | -0/+50 |
Signed-off-by: José Valim <jose.valim@gmail.com> |