aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/mailer/templates/functional_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-21/+0
| | | | | | | | Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878.
* Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-171-2/+0
| | | | Follow up of #30348
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|
* follow up to #18074yuuji.yaginuma2015-01-081-1/+1
| | | | | * ignore mailer suffix when generate test files * add mailer suffix to view files
* Add mailer suffix to generated files and classesCarlos Souza2015-01-061-1/+1
| | | | | Following the same naming convention used in controllers and jobs.
* for ... in => .eachAkira Matsuda2011-05-181-1/+1
| | | | I believe this is more modern way
* Stop adding actual dummy tests (they clutter up the real ones in a new app), ↵David Heinemeier Hansson2011-04-231-4/+3
| | | | just show how its done
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Just assert for 'Hi' in generated mailer tests.José Valim2010-03-261-1/+1
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-0/+20
former since it's less obstrusive.