aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/mailer/templates/functional_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-20/+0
* Killing fixtures in mailer before they kill me (they usually lead to very bri...José Valim2010-03-221-6/+5
* don't set @expected.date in generated mailer testDavid Chelimsky2010-02-221-1/+0
* Fixing mailer generators to use the right email addressMikel Lindsaar2010-01-271-1/+1
* More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-261-7/+3
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-3/+9
* Updating functional tests to not compare equality with encoded, Mail::Message...José Valim and Mikel Lindsaar2010-01-221-1/+1
* `script/generate mailer Notifier` will now create a mailer at app/mailers.José Valim2010-01-191-0/+20