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
...
*
Plugin tests should include test/unit
David Heinemeier Hansson
2005-10-28
1
-0
/
+2
*
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
*
moved generators to lib/generators
Tobias Lütke
2005-10-16
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
*
Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...
Marcel Molina
2005-10-08
1
-2
/
+1
*
Compare md5 checksums of files rather than files themselves, as it's far fast...
Marcel Molina
2005-10-08
1
-1
/
+2
*
Skip directories when checking for identical source and destination files.
Marcel Molina
2005-10-08
1
-0
/
+1
*
Evaluate dynamic templates before checking if the new file is identical to th...
Marcel Molina
2005-10-08
1
-5
/
+13
*
Make the generator skip a file if it already exists and is identical to the n...
Marcel Molina
2005-10-08
1
-3
/
+10
*
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
2
-3
/
+3
*
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
*
Fixed missing ds
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Added -c/--svn option to the generator that'll add new files and remove destr...
David Heinemeier Hansson
2005-09-09
2
-3
/
+40
*
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
*
Corrected project-local generator location in scripts.rb #2010 [Michael Schue...
Jamis Buck
2005-09-02
1
-1
/
+1
*
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
*
r3023@asus: jeremy | 2005-07-12 23:43:39 -0700
Jeremy Kemper
2005-07-13
1
-3
/
+3
*
Pulled the gateway.cgi until we can make it work properly out the gates
David Heinemeier Hansson
2005-07-06
1
-3
/
+3
[prev]
[next]