index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
generators
/
base.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make invoke output white and use padding.
José Valim
2009-07-02
1
-2
/
+4
|
*
Added stylesheets controller which is invoked by scaffold.
José Valim
2009-07-02
1
-16
/
+15
|
*
Added tests to scaffold controller.
José Valim
2009-07-02
1
-0
/
+1
|
*
Added comments to meta programming code.
José Valim
2009-07-02
1
-0
/
+34
|
*
Removing unecessary class methods.
José Valim
2009-07-02
1
-33
/
+21
|
*
Added scaffold_controller.
José Valim
2009-07-02
1
-4
/
+8
|
*
Show second level invocations on usage.
José Valim
2009-07-02
1
-10
/
+25
|
*
Started with scaffold controller and added remove_hook_for.
José Valim
2009-07-02
1
-0
/
+15
|
*
Simplifying resource generator.
José Valim
2009-06-29
1
-4
/
+44
|
*
Added ResourceGenerator.
José Valim
2009-06-28
1
-16
/
+28
|
*
Added migrations and make base generators be lazy loaded.
José Valim
2009-06-28
1
-7
/
+12
|
*
Show invoked generators options on meta generators.
José Valim
2009-06-27
1
-28
/
+42
|
*
Added parent option to model generator.
José Valim
2009-06-27
1
-1
/
+3
|
*
Output invocations.
José Valim
2009-06-27
1
-0
/
+4
|
*
Rename invoke_for to hook_for.
José Valim
2009-06-27
1
-4
/
+4
|
*
Add a fixture replacement hook to TestUnit model generator.
José Valim
2009-06-27
1
-16
/
+46
|
*
Initial scratch of model generators.
José Valim
2009-06-27
1
-2
/
+3
|
*
Do not generate aliases automatically to avoid conflicts.
José Valim
2009-06-27
1
-3
/
+9
|
*
Make Observer generator agnostic.
José Valim
2009-06-27
1
-4
/
+5
|
*
Add invoke_iff and invoke_for to the public interface.
José Valim
2009-06-26
1
-111
/
+111
|
*
Added invoke_if and make use of it on controller generators.
José Valim
2009-06-26
1
-9
/
+73
|
*
invoke_for now uses Rails built-in lookup.
José Valim
2009-06-26
1
-5
/
+27
|
*
Use type :default for invoke_for, this allows --no-test-framework and ↵
José Valim
2009-06-26
1
-1
/
+1
|
|
|
|
--skip-test-framework to be given.
*
Clean up class collisions check and a class method helper.
José Valim
2009-06-26
1
-3
/
+2
|
*
More code refactoring.
José Valim
2009-06-25
1
-30
/
+25
|
*
Refactoring out descriptions.
José Valim
2009-06-25
1
-7
/
+18
|
*
Added Mailer generaator template engine and test framework agnostic.
José Valim
2009-06-25
1
-0
/
+19
|
*
Added class collision checks.
José Valim
2009-06-25
1
-0
/
+33
|
*
Tests for plugin generator.
José Valim
2009-06-25
1
-2
/
+2
|
*
Get base_name from class_name.
José Valim
2009-06-25
1
-11
/
+10
|
*
Removed TODOs.
José Valim
2009-06-25
1
-4
/
+3
|
*
Added plugin generators (and a couple of TODOs).
José Valim
2009-06-23
1
-4
/
+7
|
*
Splitting base into several files.
José Valim
2009-06-23
1
-13
/
+19
|
*
TestUnit, you have a home.
José Valim
2009-06-23
1
-33
/
+47
|
*
Change current sstructure.
José Valim
2009-06-23
1
-0
/
+70