aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands
Commit message (Expand)AuthorAgeFilesLines
* Added support for installing plugins hosted at git repositories (closes #1129...David Heinemeier Hansson2008-03-171-1/+25
* Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...Michael Koziarski2008-02-211-0/+3
* Don't make new_mongrel server default yetJeremy Kemper2007-12-291-6/+2
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-272-2/+22
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-3/+3
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-102-3/+3
* use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr...Michael Koziarski2007-11-301-1/+1
* Make sure script/plugin doesn't skip files beginning with http (i.e. the old ...Michael Koziarski2007-11-211-1/+1
* Don't eliminate the logger by defaultJeremy Kemper2007-11-011-1/+0
* Request profilerJeremy Kemper2007-10-251-0/+7
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-011-1/+11
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-301-8/+12
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Fix webrick when using the debugger (closes #9348) [bronson]David Heinemeier Hansson2007-09-251-0/+1
* Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]David Heinemeier Hansson2007-09-221-0/+1
* Print Rails version when starting console (closes #7440) [eyematz]David Heinemeier Hansson2007-09-221-3/+3
* Start in irb mode if possibleDavid Heinemeier Hansson2007-04-291-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-284-9/+30
* Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...Tobias Lütke2007-04-161-3/+3
* script/console quotes RAILS_ROOT in irb command line so it works with spaces ...Jeremy Kemper2007-04-091-1/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-065-7/+7
* boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...Rick Olson2007-02-271-6/+6
* set the RAILS_ROOT for script/plugin if it's not set alreadyRick Olson2007-02-271-0/+1
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-041-4/+14
* WupsDavid Heinemeier Hansson2006-12-011-4/+4
* Added one-letter aliases for the three default environments to script/console...David Heinemeier Hansson2006-12-011-1/+8
* Refactored to use same option setupDavid Heinemeier Hansson2006-11-301-6/+11
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-302-5/+8
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-191-1/+5
* Starting, not started yetDavid Heinemeier Hansson2006-11-191-1/+1
* Make script/server work with -d and -e on MongrelDavid Heinemeier Hansson2006-11-191-41/+32
* Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...Rick Olson2006-11-191-1/+9
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-111-10/+24
* Added option to script/process/spawner of specifying the binding address #513...David Heinemeier Hansson2006-10-261-26/+59
* Use the first unparsed argument as the code or file to run. Closes #6286.Jeremy Kemper2006-09-291-5/+8
* script/runner can run files, pass on arguments, and be used as a shebang. Clo...Jeremy Kemper2006-09-261-6/+24
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-131-1/+1
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-071-2/+2
* Proper initializationDavid Heinemeier Hansson2006-08-061-1/+1
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-051-0/+17
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-051-9/+25
* Call an inspector for inspectorDavid Heinemeier Hansson2006-08-051-1/+1
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-181-2/+2
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]Rick Olson2006-07-171-4/+4
* Ensure the logger is initialized. Closes #5629.Jeremy Kemper2006-07-061-1/+4
* Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...David Heinemeier Hansson2006-07-061-17/+61
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-291-3/+3
* Mongrel: script/server tails the rails log like it does with lighttpd. Closes...Jeremy Kemper2006-06-293-19/+27
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-282-5/+12
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-287-22/+22