| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 2 | -0/+104 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 2 | -101/+19 |
* | Fail gracefully from svn checks (closes #2700) [Rick Olson] | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+2 |
* | Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info | Sam Stephenson | 2005-11-07 | 2 | -2/+4 |
* | Fail gracefully when plugin was not found [Chad Fowler] | David Heinemeier Hansson | 2005-11-06 | 1 | -0/+2 |
* | svn:externals is now an explicit option for script/plugin (closes #2755) [Rya... | David Heinemeier Hansson | 2005-11-06 | 1 | -35/+27 |
* | Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ... | Sam Stephenson | 2005-11-06 | 1 | -8/+72 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -0/+2 |
* | script/lighttpd: Detach and exit the forked process | Sam Stephenson | 2005-11-04 | 1 | -3/+5 |
* | script/lighttpd: tail the logfile when running in the foreground, and attempt... | Sam Stephenson | 2005-11-04 | 1 | -12/+37 |
* | Don't reap the spawner or reaper scripts either. Closes #2727. | Jeremy Kemper | 2005-11-04 | 1 | -1/+1 |
* | Don't reap spawn-fcgi. Closes #2727. | Jeremy Kemper | 2005-11-03 | 1 | -1/+1 |
* | Reaper knows how to find processes even if the dispatch path is very long. C... | Jeremy Kemper | 2005-11-02 | 1 | -3/+3 |
* | We want ::Plugin, not Commands::Plugin. Closes #2664. | Jeremy Kemper | 2005-10-30 | 1 | -1/+1 |
* | Patches go to trac now | David Heinemeier Hansson | 2005-10-30 | 1 | -4/+2 |
* | Improve script/plugin on Windows. Closes #2646. | Jeremy Kemper | 2005-10-29 | 1 | -3/+27 |
* | Dont hardcode | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+0 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+745 |
* | Work, but better! | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+2 |
* | You've been down that road, Neo. You know where it ends. And I know it's not ... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+16 |
* | Documentation updates/fixes for railties | Jamis Buck | 2005-10-16 | 2 | -5/+24 |
* | Updated documentation and fixed the spinner to reference the new spawner by d... | David Heinemeier Hansson | 2005-10-15 | 2 | -21/+10 |
* | Finished move | David Heinemeier Hansson | 2005-10-14 | 2 | -0/+0 |
* | Moving perform to performance | David Heinemeier Hansson | 2005-10-14 | 2 | -0/+0 |
* | r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700 | Jeremy Kemper | 2005-10-14 | 4 | -10/+0 |
* | Sanitize benchmarker. [times] argument is optional, defaults to 1. | Jeremy Kemper | 2005-10-14 | 1 | -5/+12 |
* | Fix commands/perform | Jeremy Kemper | 2005-10-14 | 1 | -1/+1 |
* | Update docs | David Heinemeier Hansson | 2005-10-14 | 3 | -3/+3 |
* | Made them actually work | David Heinemeier Hansson | 2005-10-14 | 2 | -2/+2 |