| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't eliminate the logger by default | Jeremy Kemper | 2007-11-01 | 1 | -1/+0 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+7 |
* | Add --prefix option to script/server when using mongrel. [dacat] Closes #9716 | Michael Koziarski | 2007-10-01 | 1 | -1/+11 |
* | Fixed that installing plugins from SVN repositories that use trunk/ will work... | David Heinemeier Hansson | 2007-09-30 | 1 | -8/+12 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | Fix webrick when using the debugger (closes #9348) [bronson] | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Print Rails version when starting console (closes #7440) [eyematz] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+3 |
* | Start in irb mode if possible | David Heinemeier Hansson | 2007-04-29 | 1 | -1/+1 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 4 | -9/+30 |
* | Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ... | Tobias Lütke | 2007-04-16 | 1 | -3/+3 |
* | script/console quotes RAILS_ROOT in irb command line so it works with spaces ... | Jeremy Kemper | 2007-04-09 | 1 | -1/+1 |
* | Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. | Jeremy Kemper | 2007-03-06 | 5 | -7/+7 |
* | boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c... | Rick Olson | 2007-02-27 | 1 | -6/+6 |
* | set the RAILS_ROOT for script/plugin if it's not set already | Rick Olson | 2007-02-27 | 1 | -0/+1 |
* | Fixed script/process/spawner to work properly with Mongrel including in -r (d... | David Heinemeier Hansson | 2006-12-04 | 1 | -4/+14 |
* | Wups | David Heinemeier Hansson | 2006-12-01 | 1 | -4/+4 |
* | Added one-letter aliases for the three default environments to script/console... | David Heinemeier Hansson | 2006-12-01 | 1 | -1/+8 |
* | Refactored to use same option setup | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+11 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 2 | -5/+8 |
* | Restore windows compatibility | David Heinemeier Hansson | 2006-11-19 | 1 | -1/+5 |
* | Starting, not started yet | David Heinemeier Hansson | 2006-11-19 | 1 | -1/+1 |
* | Make script/server work with -d and -e on Mongrel | David Heinemeier Hansson | 2006-11-19 | 1 | -41/+32 |
* | Use custom mime file for script/server mongrel if config/mime.yml exists. Pa... | Rick Olson | 2006-11-19 | 1 | -1/+9 |
* | Add grep-based fallback to reaper, so it can work in pidless setups (again) | Jamis Buck | 2006-11-11 | 1 | -10/+24 |
* | Added option to script/process/spawner of specifying the binding address #513... | David Heinemeier Hansson | 2006-10-26 | 1 | -26/+59 |
* | Use the first unparsed argument as the code or file to run. Closes #6286. | Jeremy Kemper | 2006-09-29 | 1 | -5/+8 |
* | script/runner can run files, pass on arguments, and be used as a shebang. Clo... | Jeremy Kemper | 2006-09-26 | 1 | -6/+24 |
* | script/server creates the tmp/pids directory. Closes #6204. | Jeremy Kemper | 2006-09-13 | 1 | -1/+1 |
* | Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] | Marcel Molina | 2006-08-07 | 1 | -2/+2 |
* | Proper initialization | David Heinemeier Hansson | 2006-08-06 | 1 | -1/+1 |
* | Added that you can change the web server port in config/lighttpd.conf from sc... | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+17 |
* | 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 |