aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-5/+5
| | | | (I personally prefer writing one string in one line no matter how long it is, though)
* Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-241-1/+1
|
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
|
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Make ActionMailer #cache helper a no-op, not an exceptionJavan Makhmali2015-04-281-1/+13
|
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-8/+8
|
* Fix AM format_paragraph helper method if a first word is longAlexey Vakhov2012-02-151-0/+13
|
* Cosmetic fixes in block_format AM helper method + testAlexey Vakhov2012-02-151-0/+31
|
* publicise ActionMailer::MailHelper.format_paragraphDiego Carrion2011-03-091-0/+13
| | | | | | [#6550 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-0/+54
|
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-94/+0
|
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-15/+13
|
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback ↵José Valim and Mikel Lindsaar2010-01-241-1/+1
| | | | support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API
* Merged in latest changes from rails/masterMikel Lindsaar2009-12-171-1/+1
|
* Updating tests for Mail gemMikel Lindsaar2009-11-221-1/+1
|
* Down to 30 failures totalMikel Lindsaar2009-11-201-1/+1
|
* More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-1/+1
|
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-1/+1
|
* Make tests run without deprecation warning (just one left).José Valim2009-11-011-10/+11
|
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8565 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Allow ActionMailer subclasses to individually set their delivery method (so ↵David Heinemeier Hansson2007-11-071-2/+6
| | | | | | two subclasses can have different delivery methods) (closes #10033) [zdennis] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8111 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add assert_emails and assert_no_emails to test the number of emails ↵Jeremy Kemper2006-11-051-4/+4
| | | | | | delivered. Closes #6479. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Mailer template root applies to a class and its subclasses rather than ↵Jeremy Kemper2006-06-301-7/+1
| | | | | | acting globally. Closes #5555. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Helper support for ActionMailerJamis Buck2005-06-161-0/+97
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1446 5ecf4fe2-1ee6-0310-87b1-e25e094e27de