aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/mailer
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-232-34/+0
| | | | former since it's less obstrusive.
* Killing fixtures in mailer before they kill me (they usually lead to very ↵José Valim2010-03-223-16/+5
| | | | brittle tests).
* don't set @expected.date in generated mailer testDavid Chelimsky2010-02-221-1/+0
| | | | | Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com> Signed-off-by: José Valim <jose.valim@gmail.com>
* 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-252-4/+10
|
* Updating functional tests to not compare equality with encoded, ↵José Valim and Mikel Lindsaar2010-01-221-1/+1
| | | | Mail::Message has an == operator
* `script/generate mailer Notifier` will now create a mailer at app/mailers.José Valim2010-01-192-1/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-0/+44
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-44/+0
|
* Added test unit files for scaffold_controller.José Valim2009-07-021-2/+2
|
* Put migration methods into a separate folder and let just ActiveRecord ↵José Valim2009-07-021-0/+1
| | | | dependency in ActiveRecord models.
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-4/+0
|
* Class collision checks.José Valim2009-06-261-1/+1
|
* Added integration and performance test generators.José Valim2009-06-261-0/+4
|
* Improving generators runner.José Valim2009-06-261-1/+1
|
* More code refactoring.José Valim2009-06-251-1/+1
|
* Refactoring out descriptions.José Valim2009-06-251-5/+0
|
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-253-0/+46