aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/mailer
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-028-87/+0
* Remove the class_path from the collisions test.Michael Koziarski2008-10-141-1/+1
* 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
* Cleanup generator tests by extracting repeated code into generator_test_helpe...Mislav Marohnić2008-04-181-6/+2
* 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
* Wordsmith generator USAGEs.Jeremy Kemper2007-05-291-9/+7
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-216-10/+10
* mailer unit test handles nested fixture pathsJeremy Kemper2006-10-202-6/+5
* reference view path in fixtureJeremy Kemper2006-10-201-1/+1
* .rhtml extension for view onlyJeremy Kemper2006-10-201-2/+2
* Mailer generator: handle mailers in modules, set mime_version in unit test.Jeremy Kemper2006-10-204-9/+12
* Fix typo in mailer generator USAGE. Closes #3458.Marcel Molina2006-01-131-1/+1
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Fix documentation for mailer generatorDavid Heinemeier Hansson2005-09-021-3/+2
* Fixed ActionMailer generated tests to work properly after quoted refactoring ...David Heinemeier Hansson2005-06-251-1/+3
* Fixed that mailer generator generated fixtures/plural while units expected fi...David Heinemeier Hansson2005-06-211-2/+2
* _at is better for Time.now than _onDavid Heinemeier Hansson2005-03-231-2/+2
* Fix the error message on generate mailerDavid Heinemeier Hansson2005-02-221-1/+0
* Made Action Mailer templates use UTF-8 as defaultDavid Heinemeier Hansson2005-02-221-1/+7
* Check class path for conflicts on generation #640 [bitsweat]David Heinemeier Hansson2005-02-171-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-7/+14
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-14/+7
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-7/+14
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-076-0/+93