aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands
Commit message (Expand)AuthorAgeFilesLines
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-043-3/+9
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-011-0/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-3/+22
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-1/+3
* Added more information to script/plugin's doings to ease debugging #3755 [Ric...David Heinemeier Hansson2006-02-261-2/+4
* Allow script/server -c /path/to/lighttpd.confJeremy Kemper2006-02-231-1/+11
* Remove hardcoded path to reaper script in script/server.Jeremy Kemper2006-02-221-2/+2
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...David Heinemeier Hansson2006-02-121-7/+9
* Show usage when script/plugin is called without arguments. Closes #3450Michael Koziarski2006-01-141-1/+1
* Show a message on script/server exit before reaping FCGIsSam Stephenson2006-01-131-0/+1
* Reap FCGI processes after lighttpd exitsSam Stephenson2006-01-121-2/+12
* Fix typo in benchmarker usage string.Marcel Molina2005-12-131-1/+1
* Fix typo in profiler usage string.Marcel Molina2005-12-131-1/+1
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-031-0/+7
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-301-5/+6
* script/plugin: handle root paths and plugin names which contain spaces. Refe...Jeremy Kemper2005-11-231-10/+11
* Have the lighttpd server script report the actual ip to which the server is b...Sam Stephenson2005-11-211-3/+6
* Make help for the console command more explicit about how to specify the desi...Marcel Molina2005-11-211-0/+1
* script/console uses RAILS_ENV environment variable if present. Closes #2932.Jeremy Kemper2005-11-181-1/+1
* Eliminate Subversion dependencies in scripts/plugin. Correct install options...Jeremy Kemper2005-11-131-61/+94
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-122-3/+1
* Disabled stderr suppressing until activesupport is available also in non-gem ...David Heinemeier Hansson2005-11-101-1/+1
* Don't detach or fork for script/server tailingNicholas Seckar2005-11-091-19/+19
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-092-3/+5
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...David Heinemeier Hansson2005-11-092-3/+0
* Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767.Jeremy Kemper2005-11-071-2/+2
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-0/+8
* Use require_library_or_gem 'fcgi' in script/serverSam Stephenson2005-11-071-1/+1
* Make sure to check for FCGI as well as lighttpdDavid Heinemeier Hansson2005-11-072-4/+13
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-072-0/+104
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-072-101/+19
* Fail gracefully from svn checks (closes #2700) [Rick Olson]David Heinemeier Hansson2005-11-071-2/+2
* Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::InfoSam Stephenson2005-11-072-2/+4
* Fail gracefully when plugin was not found [Chad Fowler]David Heinemeier Hansson2005-11-061-0/+2
* svn:externals is now an explicit option for script/plugin (closes #2755) [Rya...David Heinemeier Hansson2005-11-061-35/+27
* Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ...Sam Stephenson2005-11-061-8/+72
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-0/+2
* script/lighttpd: Detach and exit the forked processSam Stephenson2005-11-041-3/+5
* script/lighttpd: tail the logfile when running in the foreground, and attempt...Sam Stephenson2005-11-041-12/+37
* Don't reap the spawner or reaper scripts either. Closes #2727.Jeremy Kemper2005-11-041-1/+1
* Don't reap spawn-fcgi. Closes #2727.Jeremy Kemper2005-11-031-1/+1
* Reaper knows how to find processes even if the dispatch path is very long. C...Jeremy Kemper2005-11-021-3/+3
* We want ::Plugin, not Commands::Plugin. Closes #2664.Jeremy Kemper2005-10-301-1/+1
* Patches go to trac nowDavid Heinemeier Hansson2005-10-301-4/+2
* Improve script/plugin on Windows. Closes #2646.Jeremy Kemper2005-10-291-3/+27
* Dont hardcodeDavid Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-0/+745
* Work, but better!David Heinemeier Hansson2005-10-281-2/+2
* You've been down that road, Neo. You know where it ends. And I know it's not ...David Heinemeier Hansson2005-10-281-0/+16
* Documentation updates/fixes for railtiesJamis Buck2005-10-162-5/+24