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
/
rails
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add hooks for integration and performance tests.
José Valim
2009-07-13
4
-29
/
+2
|
*
Remove generator environment until we have a gem manifest.
José Valim
2009-07-13
2
-18
/
+19
|
*
Solving merge conflicts.
José Valim
2009-07-12
4
-84
/
+74
|
*
Do not clean up frameworks on generators environment, otherwise ↵
José Valim
2009-07-09
1
-6
/
+5
|
|
|
|
initializers, gems and plugins might not be loaded properly.
*
Add the new generators environment and update commands.
José Valim
2009-07-08
2
-1
/
+20
|
*
Generators are configured on initialization if RAILS_ENV=generators.
José Valim
2009-07-08
1
-0
/
+1
|
*
Removed invoke_if and allow hook_for to accept boolean options.
José Valim
2009-07-04
2
-4
/
+2
|
*
Plugin generators now reflect new generators sutrcture.
José Valim
2009-07-03
5
-3
/
+6
|
*
Added lookup to generators.
José Valim
2009-07-03
3
-29
/
+22
|
*
Rename a wrongly named file.
José Valim
2009-07-02
1
-0
/
+0
|
*
Tests for scaffold generator.
José Valim
2009-07-02
2
-2
/
+12
|
*
Added stylesheets controller which is invoked by scaffold.
José Valim
2009-07-02
4
-2
/
+70
|
*
Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.
José Valim
2009-07-02
1
-17
/
+2
|
*
Added tests to scaffold controller.
José Valim
2009-07-02
2
-6
/
+12
|
*
Added scaffold views to scaffold controller.
José Valim
2009-07-02
3
-2
/
+12
|
*
Make scaffold controller generate agnostic code and mark some hooks as required.
José Valim
2009-07-02
9
-10
/
+104
|
*
Put migration methods into a separate folder and let just ActiveRecord ↵
José Valim
2009-07-02
1
-7
/
+9
|
|
|
|
dependency in ActiveRecord models.
*
Added controller named base.
José Valim
2009-07-02
2
-4
/
+6
|
*
Removing unecessary class methods.
José Valim
2009-07-02
4
-9
/
+9
|
*
Added scaffold_controller.
José Valim
2009-07-02
8
-5
/
+40
|
*
Show second level invocations on usage.
José Valim
2009-07-02
2
-2
/
+2
|
*
Started with scaffold controller and added remove_hook_for.
José Valim
2009-07-02
3
-0
/
+49
|
*
Simplifying resource generator.
José Valim
2009-06-29
1
-19
/
+4
|
*
Added singleton support to resource controller.
José Valim
2009-06-28
1
-3
/
+15
|
*
Added tessts for resources generator.
José Valim
2009-06-28
1
-2
/
+2
|
*
Added ResourceGenerator.
José Valim
2009-06-28
5
-3
/
+61
|
*
Added migration and session_migration generator.
José Valim
2009-06-28
4
-0
/
+53
|
*
Move file action only to app generator.
José Valim
2009-06-28
1
-0
/
+7
|
*
Add model_subclass generator with deprecation warning.
José Valim
2009-06-27
2
-0
/
+14
|
*
Rename invoke_for to hook_for.
José Valim
2009-06-27
6
-6
/
+6
|
*
Initial scratch of model generators.
José Valim
2009-06-27
3
-3
/
+38
|
*
Make Observer generator agnostic.
José Valim
2009-06-27
3
-12
/
+3
|
*
Spec --no and --skip.
José Valim
2009-06-26
1
-1
/
+0
|
*
Added invoke_if and make use of it on controller generators.
José Valim
2009-06-26
1
-4
/
+1
|
*
Update some USAGE files.
José Valim
2009-06-26
6
-32
/
+18
|
*
Added Controller Generators.
José Valim
2009-06-26
3
-0
/
+55
|
*
Small fixes.
José Valim
2009-06-26
1
-1
/
+1
|
*
Clean up class collisions check and a class method helper.
José Valim
2009-06-26
7
-27
/
+13
|
*
Class collision checks.
José Valim
2009-06-26
2
-2
/
+2
|
*
Added HelperGenerator.
José Valim
2009-06-26
3
-0
/
+41
|
*
Added integration and performance test generators.
José Valim
2009-06-26
6
-0
/
+60
|
*
Improving generators runner.
José Valim
2009-06-26
1
-1
/
+1
|
*
More code refactoring.
José Valim
2009-06-25
3
-4
/
+3
|
*
Added Mailer generaator template engine and test framework agnostic.
José Valim
2009-06-25
3
-0
/
+48
|
*
Added class collision checks.
José Valim
2009-06-25
3
-8
/
+16
|
*
Added observer generator.
José Valim
2009-06-25
4
-0
/
+30
|
*
Tests for plugin generator.
José Valim
2009-06-25
1
-1
/
+1
|
*
Clean up plugin generator.
José Valim
2009-06-25
1
-8
/
+8
|
*
Added plugin generators (and a couple of TODOs).
José Valim
2009-06-23
13
-0
/
+128
|
*
Change current sstructure.
José Valim
2009-06-23
65
-0
/
+9099