Kir Shatrov
82df8c2ca5
Use frozen string literal in actionmailer/
2017-07-23 18:17:19 +03:00
Matthew Draper
87b3e226d6
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
...
This reverts commit 3420a14590
, reversing
changes made to afb66a5a59
.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
Rafael Mendonça França
7339547602
Remove unneeded Deprecation.silence
2017-01-03 20:54:34 -05:00
Akira Matsuda
8e1da1188f
Privatize unneededly protected methods in Action Mailer tests
2016-12-24 00:15:11 +09:00
Rafael Mendonça França
79a5ea9ead
Remove deprecated support to :text in render
2016-10-10 00:02:52 -03:00
Xavier Noria
80e66cc4d9
normalizes indentation and whitespace across the project
2016-08-06 20:16:27 +02:00
Xavier Noria
b91ff557ef
applies new string literal convention in actionmailer/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 19:03:39 +02:00
yui-knk
5aa6c85c3b
Suppress warnings
...
"Using a dynamic :controller (or :action) segment in a route is deprecated"
by 6520ea5f7e
(#23980 ).
2016-03-31 01:07:43 +09:00
yui-knk
1099329be0
Delete needless require 'active_support/deprecation'
...
When `require 'active_support/rails'`, 'active_support/deprecation'
is automatically loaded.
2015-10-20 20:02:59 +09:00
Ronak Jangir
c48257b0af
Removed mocha from ActionMailer
2015-08-20 11:27:49 +05:30
yui-knk
6149444685
Make silence a warning inserted by commit #4b3f8ac
2015-07-30 00:42:19 +09:00
Cristian Bica
f4ee114746
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
2014-08-20 17:48:34 +03:00
Aaron Patterson
e0c6b35dac
test i18n against a routed app
2014-07-07 15:08:12 -07:00
Dmitry Polushkin
99f8d4feeb
add test coverage for the action mailer
2014-07-04 15:55:33 +01:00
Zuhao Wan
573a8421e7
Restore I18n.locale to default after test.
...
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"
2014-06-07 00:52:24 +08:00
Zuhao Wan
32ef7d3c5c
Use with_translation helper to clean up I18n stored translations.
2014-05-13 16:38:21 +08:00
Łukasz Strzałkowski
d8888b94b3
Retain ActionPack dependency on ActionView
2013-12-05 01:02:46 +01:00
Łukasz Strzałkowski
d1760253f5
Load AV::Layout to AM::Base in railties
2013-08-25 11:39:11 +02:00
Kirill Nikitin
96f290eac0
Update actionmailer with new hash syntax.
2012-10-07 21:54:14 +04:00
Jose and Yehuda
a837b30f84
Clean up some straggling build failures
2012-04-24 23:55:39 -05:00
José Valim
262b2ea8cd
Solve SystemStackError when changing locale inside ActionMailer [ #5329 state:resolved]
2011-01-19 23:42:10 +01:00
Frank Fischer
b247f39442
Added a testcase for bug [ #5329 ]
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-01-19 23:24:57 +01:00