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
/
test_unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
`script/generate mailer Notifier` will now create a mailer at app/mailers.
José Valim
2010-01-19
2
-1
/
+1
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
21
-0
/
+293
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
21
-291
/
+0
*
Ensure scaffold works properly even if plural name is given. [#3062]
José Valim
2009-08-30
1
-1
/
+2
*
Require test/unit in the generated test_helper for plugin [#1878 state:resolved]
jastix
2009-08-09
1
-1
/
+3
*
Change attributes default type to array to allow order to be preserved.
José Valim
2009-07-21
1
-1
/
+1
*
Refactored some generators to make use of improved invocations on thor.
José Valim
2009-07-15
3
-1
/
+1
*
Add hooks for integration and performance tests.
José Valim
2009-07-13
4
-0
/
+45
*
Added lookup to generators.
José Valim
2009-07-03
1
-1
/
+1
*
Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.
José Valim
2009-07-02
1
-1
/
+1
*
Added tests to scaffold controller.
José Valim
2009-07-02
2
-0
/
+4
*
Added test unit files for scaffold_controller.
José Valim
2009-07-02
5
-4
/
+65
*
Put migration methods into a separate folder and let just ActiveRecord depend...
José Valim
2009-07-02
3
-0
/
+5
*
Removing unecessary class methods.
José Valim
2009-07-02
1
-1
/
+1
*
Small fix to plugin generator.
José Valim
2009-06-29
1
-0
/
+0
*
Added ResourceGenerator.
José Valim
2009-06-28
1
-1
/
+1
*
Added migrations and make base generators be lazy loaded.
José Valim
2009-06-28
6
-1
/
+13
*
Rename invoke_for to hook_for.
José Valim
2009-06-27
1
-1
/
+1
*
Add a fixture replacement hook to TestUnit model generator.
José Valim
2009-06-27
1
-6
/
+4
*
Initial scratch of model generators.
José Valim
2009-06-27
3
-0
/
+51
*
Added Controller Generators.
José Valim
2009-06-26
2
-0
/
+19
*
Clean up class collisions check and a class method helper.
José Valim
2009-06-26
3
-11
/
+1
*
Class collision checks.
José Valim
2009-06-26
2
-2
/
+2
*
Added HelperGenerator.
José Valim
2009-06-26
2
-0
/
+17
*
Added integration and performance test generators.
José Valim
2009-06-26
2
-0
/
+8
*
Improving generators runner.
José Valim
2009-06-26
1
-1
/
+1
*
More code refactoring.
José Valim
2009-06-25
1
-1
/
+1
*
Refactoring out descriptions.
José Valim
2009-06-25
3
-15
/
+0
*
Added Mailer generaator template engine and test framework agnostic.
José Valim
2009-06-25
3
-0
/
+46
*
Added observer generator.
José Valim
2009-06-25
2
-0
/
+22
*
Delete uneeded USAGE file.
José Valim
2009-06-23
1
-13
/
+0
*
Added plugin generators (and a couple of TODOs).
José Valim
2009-06-23
4
-0
/
+38