aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit
Commit message (Expand)AuthorAgeFilesLines
* 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-252-4/+10
* 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-192-1/+1
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1821-0/+293
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2421-291/+0
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-1/+2
* Require test/unit in the generated test_helper for plugin [#1878 state:resolved]jastix2009-08-091-1/+3
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-153-1/+1
* Add hooks for integration and performance tests.José Valim2009-07-134-0/+45
* Added lookup to generators.José Valim2009-07-031-1/+1
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-1/+1
* Added tests to scaffold controller.José Valim2009-07-022-0/+4
* Added test unit files for scaffold_controller.José Valim2009-07-025-4/+65
* Put migration methods into a separate folder and let just ActiveRecord depend...José Valim2009-07-023-0/+5
* Removing unecessary class methods.José Valim2009-07-021-1/+1
* Small fix to plugin generator.José Valim2009-06-291-0/+0
* Added ResourceGenerator.José Valim2009-06-281-1/+1
* Added migrations and make base generators be lazy loaded.José Valim2009-06-286-1/+13
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
* Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-271-6/+4
* Initial scratch of model generators.José Valim2009-06-273-0/+51
* Added Controller Generators.José Valim2009-06-262-0/+19
* Clean up class collisions check and a class method helper.José Valim2009-06-263-11/+1
* Class collision checks.José Valim2009-06-262-2/+2
* Added HelperGenerator.José Valim2009-06-262-0/+17
* Added integration and performance test generators.José Valim2009-06-262-0/+8
* Improving generators runner.José Valim2009-06-261-1/+1
* More code refactoring.José Valim2009-06-251-1/+1
* Refactoring out descriptions.José Valim2009-06-253-15/+0
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-253-0/+46
* Added observer generator.José Valim2009-06-252-0/+22
* Delete uneeded USAGE file.José Valim2009-06-231-13/+0
* Added plugin generators (and a couple of TODOs).José Valim2009-06-234-0/+38