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
/
erb
/
controller
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Load generators from both lib/rails/generators and lib/generators. Using the ↵
José Valim
2010-03-23
2
-22
/
+0
|
|
|
|
former since it's less obstrusive.
*
Killing fixtures in mailer before they kill me (they usually lead to very ↵
José Valim
2010-03-22
1
-1
/
+1
|
|
|
|
brittle tests).
*
Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.
Jeremy Kemper
2010-03-21
1
-2
/
+3
|
*
Make ERB generators more flexible and customizable.
José Valim
2010-03-21
1
-5
/
+3
|
*
Generators load path now will be Ruby load path. If you want to use ↵
José Valim
2010-01-18
2
-0
/
+23
|
|
|
|
rspec:install generator, you need generators/rspec/install_generator in your load path.
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
2
-23
/
+0
|
*
Added test unit files for scaffold_controller.
José Valim
2009-07-02
1
-1
/
+1
|
*
Added migrations and make base generators be lazy loaded.
José Valim
2009-06-28
1
-0
/
+2
|
*
Added Controller Generators.
José Valim
2009-06-26
2
-0
/
+21