Rafael Mendonça França
|
f679933daa
|
Change the empty block style to have space inside of the block
|
2018-09-25 13:19:35 -04:00 |
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
|
79a5ea9ead
|
Remove deprecated support to :text in render
|
2016-10-10 00:02:52 -03: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 |
Cristian Bica
|
f4ee114746
|
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
|
2014-08-20 17:48:34 +03:00 |
Rafael Mendonça França
|
126a15e0fe
|
Include the selector assertions on the test case
We don't need to require users to include this module on
ActionMailer::TestCase
|
2014-07-15 13:40:18 -03:00 |
Timm
|
9c9875b059
|
Inline Assertion reference.
|
2014-06-16 21:04:26 +02:00 |
Timm
|
b276108330
|
Remove response faking.
|
2014-06-16 21:04:26 +02:00 |
Timm
|
1a8ca9fc35
|
Use 1.9 syntax.
|
2014-06-16 21:04:25 +02:00 |
Timm
|
94ca27b190
|
Added rails-dom-testing and rails-html-sanitizer to Gemfile. Added tests for assert_select_email.
|
2014-06-16 21:04:17 +02:00 |