aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* 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 ↵José Valim2009-07-023-0/+5
| | | | dependency in ActiveRecord models.
* 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