aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/mailer/templates
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-026-41/+0
* Dont reference the class being tested when it can be assumedDavid Heinemeier Hansson2008-09-091-1/+0
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-2/+2
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-2/+0
* Add example for default_url_options[:host] to generated mailers.Mislav Marohnić2008-04-181-1/+5
* Changed mailer generator to not use instance variables.Mislav Marohnić2008-04-181-6/+6
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-291-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-24/+8
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-214-6/+6
* mailer unit test handles nested fixture pathsJeremy Kemper2006-10-201-3/+2
* Mailer generator: handle mailers in modules, set mime_version in unit test.Jeremy Kemper2006-10-203-3/+4
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Fixed ActionMailer generated tests to work properly after quoted refactoring ...David Heinemeier Hansson2005-06-251-1/+3
* _at is better for Time.now than _onDavid Heinemeier Hansson2005-03-231-2/+2
* Made Action Mailer templates use UTF-8 as defaultDavid Heinemeier Hansson2005-02-221-1/+7
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-074-0/+48