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
*
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
*
Fix typo in benchmarker usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Fix typo in profiler usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Add install.rb file to plugin generation which is loaded, if it exists, when ...
Marcel Molina
2005-12-03
1
-0
/
+7
*
Run initialize_logger in script/lighttpd to ensure the log file exists before...
Sam Stephenson
2005-11-30
1
-5
/
+6
*
script/plugin: handle root paths and plugin names which contain spaces. Refe...
Jeremy Kemper
2005-11-23
1
-10
/
+11
*
Have the lighttpd server script report the actual ip to which the server is b...
Sam Stephenson
2005-11-21
1
-3
/
+6
*
Make help for the console command more explicit about how to specify the desi...
Marcel Molina
2005-11-21
1
-0
/
+1
*
script/console uses RAILS_ENV environment variable if present. Closes #2932.
Jeremy Kemper
2005-11-18
1
-1
/
+1
*
Eliminate Subversion dependencies in scripts/plugin. Correct install options...
Jeremy Kemper
2005-11-13
1
-61
/
+94
*
Pulled auto-starting browser: More pain than gain
David Heinemeier Hansson
2005-11-12
2
-3
/
+1
*
Disabled stderr suppressing until activesupport is available also in non-gem ...
David Heinemeier Hansson
2005-11-10
1
-1
/
+1
*
Don't detach or fork for script/server tailing
Nicholas Seckar
2005-11-09
1
-19
/
+19
*
Added automatic browser launching on OS X when starting script/server [DHH]
David Heinemeier Hansson
2005-11-09
2
-3
/
+5
*
Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...
David Heinemeier Hansson
2005-11-09
2
-3
/
+0
*
Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767.
Jeremy Kemper
2005-11-07
1
-2
/
+2
*
Copy lighttpd.conf when it is first needed, instead of on app creation
Jamis Buck
2005-11-07
1
-0
/
+8
*
Use require_library_or_gem 'fcgi' in script/server
Sam Stephenson
2005-11-07
1
-1
/
+1
*
Make sure to check for FCGI as well as lighttpd
David Heinemeier Hansson
2005-11-07
2
-4
/
+13
[next]