aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb/mailer
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-16/+0
* Make ERB generators more flexible and customizable.José Valim2010-03-211-12/+5
* More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-262-1/+1
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-1/+1
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-182-0/+23
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-23/+0
* Added test unit files for scaffold_controller.José Valim2009-07-021-2/+2
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
* Improving generators runner.José Valim2009-06-261-1/+1
* Mailer tests.José Valim2009-06-251-0/+4
* 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-252-0/+22