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
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
script/performance/profiler compatibility with the new ruby-prof, including a...
Jeremy Kemper
2006-08-05
1
-9
/
+25
*
Call an inspector for inspector
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
Make sure script/reaper only reaps dispatcher pids by default, and not the sp...
Jamis Buck
2006-07-18
1
-2
/
+2
*
Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]
Rick Olson
2006-07-17
1
-4
/
+4
*
Ensure the logger is initialized. Closes #5629.
Jeremy Kemper
2006-07-06
1
-1
/
+4
*
Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...
David Heinemeier Hansson
2006-07-06
1
-17
/
+61
*
script/server prefers mongrel over lighttpd
Jeremy Kemper
2006-06-29
1
-3
/
+3
*
Mongrel: script/server tails the rails log like it does with lighttpd. Closes...
Jeremy Kemper
2006-06-29
3
-19
/
+27
*
Mongrel: script/server works on Win32. Closes #5499.
Jeremy Kemper
2006-06-28
2
-5
/
+12
*
Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.
Nicholas Seckar
2006-06-28
7
-22
/
+22
*
Mongrel support for script/server. Closes #5475.
Jeremy Kemper
2006-06-23
2
-7
/
+56
*
Fix script/plugin so it doesn't barf on invalid URLs [Rick]
Rick Olson
2006-06-12
1
-6
/
+10
*
Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
Rick Olson
2006-06-11
1
-1
/
+1
*
Fix bug with 'script/plugin install' so it reports unknown plugin names corre...
Rick Olson
2006-06-09
1
-1
/
+1
*
Added uninstall.rb hook to plugin handling, such that plugins have a way of r...
David Heinemeier Hansson
2006-06-03
1
-0
/
+6
*
Create temporary dirs relative to RAILS_ROOT when running script/server #5014...
David Heinemeier Hansson
2006-06-03
1
-1
/
+1
*
Make "script/plugin install" work with svn+ssh URLs
Sam Stephenson
2006-05-31
1
-1
/
+1
*
preliminary support for plugin meta files
Rick Olson
2006-05-23
1
-14
/
+50
*
Distinguish the spawners for different processes
David Heinemeier Hansson
2006-05-02
1
-1
/
+1
*
Added -n/--process to script/process/spawner name the process pid (default is...
David Heinemeier Hansson
2006-05-02
1
-1
/
+1
*
Added -n/--process to script/process/spawner name the process pid (default is...
David Heinemeier Hansson
2006-05-02
1
-1
/
+3
*
Make the inspector work on debian (closes #4935) [Lars pind]
David Heinemeier Hansson
2006-05-01
1
-1
/
+1
*
Added script/process/inspector to do simple process status information on Rai...
David Heinemeier Hansson
2006-04-28
1
-3
/
+4
*
Status in one line
David Heinemeier Hansson
2006-04-28
1
-9
/
+8
*
Added a simple process inspector
David Heinemeier Hansson
2006-04-28
1
-0
/
+68
*
Added pid file usage to script/process/spawner and script/process/reaper alon...
David Heinemeier Hansson
2006-04-28
2
-86
/
+117
*
Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...
Rick Olson
2006-04-06
1
-6
/
+11
*
Ever so lined up
David Heinemeier Hansson
2006-04-03
1
-6
/
+6
*
Fixed that spawner should daemonize if running in repeat mode [DHH]
David Heinemeier Hansson
2006-04-03
1
-2
/
+15
*
Use --simple-prompt instead of --prompt-mode simple for console compatibility...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Dont require rake to run the server, just have a little undryness instead (cl...
David Heinemeier Hansson
2006-03-26
1
-6
/
+2
*
Make all ActionView helpers available in the console for debugging purposes.
Marcel Molina
2006-03-21
1
-0
/
+1
*
lighttpd.conf should use CWD so the config file is portable across systems, b...
David Heinemeier Hansson
2006-03-20
1
-3
/
+4
*
use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Added 'port open?' check to the spawner when running in repeat mode so we don...
David Heinemeier Hansson
2006-03-18
1
-3
/
+13
*
Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-4
/
+5
*
Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.
Sam Stephenson
2006-03-12
1
-1
/
+1
*
Use the Rake API instead of shelling out to create the tmp directory in comma...
Sam Stephenson
2006-03-12
1
-2
/
+7
*
Added socket cleanup for lighttpd, both before and after [DHH] Added automati...
David Heinemeier Hansson
2006-03-04
3
-3
/
+9
*
Add 'app' accessor to script/console as an instance of Integration::Session
Jamis Buck
2006-03-01
1
-0
/
+1
*
Added -r/--repeat option to script/process/spawner that offers the same loop ...
David Heinemeier Hansson
2006-02-26
1
-3
/
+22
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
1
-1
/
+3
*
Added more information to script/plugin's doings to ease debugging #3755 [Ric...
David Heinemeier Hansson
2006-02-26
1
-2
/
+4
*
Allow script/server -c /path/to/lighttpd.conf
Jeremy Kemper
2006-02-23
1
-1
/
+11
*
Remove hardcoded path to reaper script in script/server.
Jeremy Kemper
2006-02-22
1
-2
/
+2
*
Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...
David Heinemeier Hansson
2006-02-12
1
-7
/
+9
*
Show usage when script/plugin is called without arguments. Closes #3450
Michael Koziarski
2006-01-14
1
-1
/
+1
*
Show a message on script/server exit before reaping FCGIs
Sam Stephenson
2006-01-13
1
-0
/
+1
*
Reap FCGI processes after lighttpd exits
Sam Stephenson
2006-01-12
1
-2
/
+12
[prev]
[next]