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
/
rails_generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added uninstall.rb hook to plugin handling, such that plugins have a way of r...
David Heinemeier Hansson
2006-06-03
1
-0
/
+1
*
Add generator files...
Marcel Molina
2006-05-23
4
-0
/
+43
*
Session migration generator obeys pluralize_table_names. Closes #5145.
Jeremy Kemper
2006-05-22
2
-4
/
+10
*
The app generator detects the XAMPP package's MySQL socket location. Closes #...
Jeremy Kemper
2006-05-12
1
-1
/
+2
*
The app generator sets a session key in application.rb so apps running on the...
Jeremy Kemper
2006-05-07
1
-2
/
+3
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
3
-5
/
+3
*
Added script/process/inspector to do simple process status information on Rai...
David Heinemeier Hansson
2006-04-28
1
-1
/
+1
*
Added pid file usage to script/process/spawner and script/process/reaper alon...
David Heinemeier Hansson
2006-04-28
1
-0
/
+1
*
Change the scaffolding layout to use yield rather than @content_for_layout.
Marcel Molina
2006-04-25
1
-1
/
+1
*
Fixed that the -r/--ruby path option of the rails command was not being respe...
David Heinemeier Hansson
2006-04-06
1
-3
/
+4
*
Added -f/--freeze option to rails command for freezing the application to the...
David Heinemeier Hansson
2006-04-01
1
-2
/
+6
*
Specify gem version in environment.rb
David Heinemeier Hansson
2006-04-01
1
-2
/
+2
*
Teach Rails apps to only load gems of the same Rails version they were genera...
Nicholas Seckar
2006-04-01
1
-1
/
+1
*
Don't raise when the migration file is missing or it'll stop destroy model in
Scott Barron
2006-03-26
1
-1
/
+5
*
Beef up the default test just a tad
David Heinemeier Hansson
2006-03-25
1
-0
/
+6
*
The Ruby path should be a string (closes #4361) [DHH]
David Heinemeier Hansson
2006-03-25
1
-1
/
+1
*
Add an integration test generator
Jamis Buck
2006-03-25
3
-0
/
+34
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
2
-8
/
+4
*
Fix for destroying migrations made when generating a model (closes #4246) [to...
David Heinemeier Hansson
2006-03-19
1
-2
/
+5
*
Make generation of namespaced models produce proper migrations #4219 [Caio Ch...
David Heinemeier Hansson
2006-03-18
1
-2
/
+2
*
Doc fix (closes #4209) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
2
-2
/
+2
*
Add verification to scaffolds (generated and reflection based). Require POST...
Michael Koziarski
2006-03-14
2
-1
/
+9
*
Dont generate migration when doing scaffolding
David Heinemeier Hansson
2006-03-05
1
-1
/
+1
*
Migrations created alongside models should be called CreateModels not AddMode...
David Heinemeier Hansson
2006-03-05
1
-2
/
+2
*
Added public/javascripts/application.js as a sample since it'll automatically...
David Heinemeier Hansson
2006-03-04
1
-15
/
+6
*
Added -a/--with-assets option to rails generator that will include default as...
David Heinemeier Hansson
2006-03-04
1
-3
/
+13
*
Migrations should use symbols now that the schema dumper is switching to that...
David Heinemeier Hansson
2006-03-04
1
-3
/
+3
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-2
/
+2
*
Guard against app generation if the database specified isnt supported for pre...
David Heinemeier Hansson
2006-02-28
1
-0
/
+3
*
Generator::Base#usage takes an optional message argument which defaults to Ge...
Jeremy Kemper
2006-02-28
1
-2
/
+2
*
Stop annoying me when Im changing fixtures for other tests first
David Heinemeier Hansson
2006-02-28
1
-1
/
+1
*
Add integration test support to app generation and testing
Jamis Buck
2006-02-28
1
-0
/
+1
*
Added -r/--repeat option to script/process/spawner that offers the same loop ...
David Heinemeier Hansson
2006-02-26
1
-1
/
+1
*
Added collision option to template generation in generators (closes #3329) [a...
David Heinemeier Hansson
2006-02-26
1
-2
/
+4
*
rake appdoc fails with unrecognized option (closes #3757) [Jakob S]
David Heinemeier Hansson
2006-02-25
1
-1
/
+1
*
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
3
-3
/
+7
*
Added that script/generate model will now automatically create a migration fi...
David Heinemeier Hansson
2006-02-25
3
-1
/
+30
*
Prepare order for uncommenting, use consistent opt options [DHH]
David Heinemeier Hansson
2006-02-25
1
-2
/
+3
*
Added -d/--database option to the rails command, so you can do "rails --datab...
David Heinemeier Hansson
2006-02-25
1
-16
/
+18
*
Correct the case of the CSS declarations. [Blair Zajac] Closes #3171
Michael Koziarski
2006-01-13
1
-4
/
+4
*
Make migration generator only report on exact duplicate names, not partial du...
Marcel Molina
2006-01-13
1
-1
/
+1
*
Fix typo in mailer generator USAGE. Closes #3458.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Update instructions on how to find and install generators. Closes #3172.
Marcel Molina
2005-12-11
1
-2
/
+2
*
Name vendor/generators source differently from lib/generators source.
Jeremy Kemper
2005-12-09
1
-2
/
+2
*
Generator looks in vendor/generators also.
Jeremy Kemper
2005-12-09
1
-2
/
+5
*
Fix shebang handling for empty files. References #2927.
Jeremy Kemper
2005-12-09
1
-4
/
+3
*
Generator copies files in binary mode. References #3156.
Jeremy Kemper
2005-12-09
1
-2
/
+2
*
Add install.rb file to plugin generation which is loaded, if it exists, when ...
Marcel Molina
2005-12-03
3
-1
/
+5
*
Model generator: correct relative path to test_helper in unit test.
Jeremy Kemper
2005-11-22
1
-1
/
+1
*
Remove superfluous check for pluralize_table_names (use table_name which does...
Sam Stephenson
2005-11-22
1
-1
/
+1
[next]