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 (
Expand
)
Author
Age
Files
Lines
*
Ensure that developers options are overwritten by user options.
José Valim
2009-07-28
1
-17
/
+21
*
Allow templates for non namespaced generators too.
José Valim
2009-07-25
1
-1
/
+5
*
Added source_paths to rails generators. If a template is added to RAILS_ROOT/...
José Valim
2009-07-15
1
-4
/
+18
*
Allow nil and false to be given as configuration values and avoid creating un...
José Valim
2009-07-15
1
-8
/
+10
*
Allow namespaced configuration on generators.
José Valim
2009-07-15
1
-3
/
+33
*
Refactored some generators to make use of improved invocations on thor.
José Valim
2009-07-15
1
-4
/
+4
*
Updated vendored Thor to 0.11.1 and update Rails::Generators.
José Valim
2009-07-14
1
-105
/
+23
*
Do not require options on class_option.
José Valim
2009-07-13
1
-1
/
+1
*
Cache source root in a rails specific variable.
José Valim
2009-07-13
1
-1
/
+1
*
Add the new generators environment and update commands.
José Valim
2009-07-08
1
-1
/
+1
*
Generators are configured on initialization if RAILS_ENV=generators.
José Valim
2009-07-08
1
-31
/
+4
*
Use the proper shebang when using Ruby 1.9 or jruby or windows.
José Valim
2009-07-04
1
-9
/
+12
*
Removed invoke_if and allow hook_for to accept boolean options.
José Valim
2009-07-04
1
-95
/
+43
*
Added lookup to generators.
José Valim
2009-07-03
1
-2
/
+1
*
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 --skip-...
José Valim
2009-06-26
1
-1
/
+1
*
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