aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added parent option to model generator.José Valim2009-06-271-1/+3
|
* Output invocations.José Valim2009-06-271-0/+4
|
* Rename invoke_for to hook_for.José Valim2009-06-271-4/+4
|
* Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-271-16/+46
|
* Initial scratch of model generators.José Valim2009-06-271-2/+3
|
* Do not generate aliases automatically to avoid conflicts.José Valim2009-06-271-3/+9
|
* Make Observer generator agnostic.José Valim2009-06-271-4/+5
|
* Add invoke_iff and invoke_for to the public interface.José Valim2009-06-261-111/+111
|
* Added invoke_if and make use of it on controller generators.José Valim2009-06-261-9/+73
|
* invoke_for now uses Rails built-in lookup.José Valim2009-06-261-5/+27
|
* Use type :default for invoke_for, this allows --no-test-framework and ↵José Valim2009-06-261-1/+1
| | | | --skip-test-framework to be given.
* Clean up class collisions check and a class method helper.José Valim2009-06-261-3/+2
|
* More code refactoring.José Valim2009-06-251-30/+25
|
* Refactoring out descriptions.José Valim2009-06-251-7/+18
|
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-251-0/+19
|
* Added class collision checks.José Valim2009-06-251-0/+33
|
* Tests for plugin generator.José Valim2009-06-251-2/+2
|
* Get base_name from class_name.José Valim2009-06-251-11/+10
|
* Removed TODOs.José Valim2009-06-251-4/+3
|
* Added plugin generators (and a couple of TODOs).José Valim2009-06-231-4/+7
|
* Splitting base into several files.José Valim2009-06-231-13/+19
|
* TestUnit, you have a home.José Valim2009-06-231-33/+47
|
* Change current sstructure.José Valim2009-06-231-0/+70