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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added plugin generator to create a stub structure for a new plugin in vendor/...
David Heinemeier Hansson
2005-10-28
8
-1
/
+51
*
Use the old way of getting args to the scaffold generator and un-screwup the ...
Jeremy Kemper
2005-10-28
1
-5
/
+3
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...
David Heinemeier Hansson
2005-10-28
1
-1
/
+8
*
Proper CSS color definition (closes #2334)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-1
/
+1
*
Scaffold generator pays attention to the controller name. Closes #2562.
Jeremy Kemper
2005-10-22
1
-1
/
+1
*
attempt to fix #2500
Michael Koziarski
2005-10-17
1
-2
/
+7
*
suppress mysql_config errors
Jeremy Kemper
2005-10-17
1
-1
/
+1
*
Remove util.js
David Heinemeier Hansson
2005-10-16
1
-1
/
+0
*
Try to figure out which mysql socket to use. Default to /path/to/your/mysql....
Jeremy Kemper
2005-10-16
1
-1
/
+6
*
Use expand_path for app_name so, e.g., rails . is supported
Jeremy Kemper
2005-10-16
1
-1
/
+1
*
Made the rails command use the application name for database names in the tai...
Florian Weber
2005-10-16
1
-1
/
+1
*
Fixed script/performance
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Moving perform to performance
David Heinemeier Hansson
2005-10-14
1
-1
/
+1
*
r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700
Jeremy Kemper
2005-10-14
1
-2
/
+3
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
1
-4
/
+7
*
Look here, braces: gimme some elbow room. #2418
Jeremy Kemper
2005-10-08
1
-1
/
+1
*
Dont include script/process dir
David Heinemeier Hansson
2005-10-06
1
-1
/
+0
*
Dont include run
David Heinemeier Hansson
2005-10-06
1
-1
/
+1
*
Backed out of script/run portal idea. Muscle memory too deep
David Heinemeier Hansson
2005-10-06
1
-1
/
+4
*
Removed all the scripts in script/* and replaced it with one generic portal: ...
David Heinemeier Hansson
2005-09-29
1
-8
/
+1
*
Make table_name and controller_name in generators honor AR::Base.pluralize_ta...
Marcel Molina
2005-09-28
1
-1
/
+1
*
Make the migration generator only check files ending in *.rb when calculating...
Sam Stephenson
2005-09-27
1
-1
/
+1
*
Added prevention of duplicate migrations from the generator #2240 [fbeausolei...
David Heinemeier Hansson
2005-09-24
1
-0
/
+2
*
Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...
David Heinemeier Hansson
2005-09-17
1
-2
/
+3
*
Moved config/tasks to lib/tasks and added more documentation to environment.rb
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Dont encode the default subject for the test cases since they are within the ...
David Heinemeier Hansson
2005-09-06
1
-1
/
+1
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
1
-0
/
+1
*
Fixed the scaffold generator to fail right away if the database isn't accessi...
David Heinemeier Hansson
2005-09-03
1
-24
/
+24
*
Fix documentation for mailer generator
David Heinemeier Hansson
2005-09-02
1
-3
/
+2
*
Make the default rakefile read *.rake files from config/tasks (for easy exten...
Jamis Buck
2005-08-31
1
-0
/
+1
*
Remove switchtower integration from rails
Jamis Buck
2005-08-30
1
-3
/
+0
*
Replace render_partial with render :partial in scaffold generator
Nicholas Seckar
2005-08-17
2
-2
/
+2
*
Add integration with SwitchTower (rake tasks, default deploy.rb recipe)
Jamis Buck
2005-08-03
1
-0
/
+3
*
Added convenience controls for FCGI processes (especially when managed remote...
David Heinemeier Hansson
2005-07-24
1
-3
/
+3
*
Added an empty robots.txt to public/, so that web servers asking for it won't...
David Heinemeier Hansson
2005-07-22
1
-0
/
+1
*
Show correct paths to generated templates for nexted controllers. Fixes #730
Nicholas Seckar
2005-07-14
3
-9
/
+10
*
Pulled the gateway.cgi until we can make it work properly out the gates
David Heinemeier Hansson
2005-07-06
1
-3
/
+3
*
Added a USAGE document to the migration generator
David Heinemeier Hansson
2005-07-06
1
-0
/
+14
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
1
-1
/
+2
*
Fixed that model generator would make fixtures plural, even if ActiveRecord::...
David Heinemeier Hansson
2005-07-02
1
-1
/
+1
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-0
/
+21
*
Include the new Javascripts in new apps
David Heinemeier Hansson
2005-06-26
1
-10
/
+13
*
Fixed ActionMailer generated tests to work properly after quoted refactoring ...
David Heinemeier Hansson
2005-06-25
1
-1
/
+3
*
Added a migration generator
David Heinemeier Hansson
2005-06-22
2
-0
/
+16
*
Fixed that mailer generator generated fixtures/plural while units expected fi...
David Heinemeier Hansson
2005-06-21
1
-2
/
+2
*
r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700
Jeremy Kemper
2005-06-12
1
-20
/
+38
*
CSS needs "red" not #red
David Heinemeier Hansson
2005-06-06
1
-1
/
+1
*
Fixed scaffolding to use the latest style
David Heinemeier Hansson
2005-06-02
5
-19
/
+21
[prev]
[next]