| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse the priority of the mysql commands in dbconsole | Michael Koziarski | 2008-08-24 | 1 | -1/+1 |
* | Added file name information for errors and exceptions in script/runnner | Daniel Rodríguez Troitiño | 2008-08-08 | 1 | -1/+1 |
* | Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby" | Tarmo Tänav | 2008-07-31 | 2 | -4/+4 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 2 | -0/+0 |
* | Ensure dbconsole includes the -p parameter to mysql as intended | Michael Koziarski | 2008-07-31 | 1 | -0/+2 |
* | Make script/plugin work with svn+ssh urls. [#662 state:resolved] | Miles Georgi | 2008-07-22 | 1 | -1/+1 |
* | Prefer Mongrel over Thin [#658 state:resolved] | Joshua Peek | 2008-07-19 | 1 | -3/+3 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -2/+2 |
* | Make script/plugin install <plugin> -r <revision> option work with git based ... | Tim Pope | 2008-07-14 | 1 | -15/+32 |
* | Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved] | Ricardo Santos | 2008-07-02 | 1 | -1/+1 |
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 2 | -2/+37 |
* | Allow script/about to run in production mode instead of failing with a crypti... | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+1 |
* | Don't provide the password with dbconsole unless explicitly opted in. | Michael Koziarski | 2008-05-31 | 1 | -3/+11 |
* | Ensure script/plugin installs ssh/git plugins. [#277 state:resolved] | Tekin Suleyman | 2008-05-29 | 1 | -1/+1 |
* | Show rails version when the server starts. [#235 state:resolved] | Lawrence Pit | 2008-05-22 | 3 | -3/+3 |
* | Add Rails.version. [#236 state:resolved] | Ryan Bates | 2008-05-22 | 1 | -2/+2 |
* | dbconsole should not require a username for postgresql. [#207 state:resolved] | Kyle Hargraves | 2008-05-16 | 1 | -1/+2 |
* | Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ... | Pratik Naik | 2008-05-11 | 1 | -1/+2 |
* | Some dbconsole tweaks. [#102 state:resolved] | Jeremy Kemper | 2008-05-07 | 1 | -20/+26 |
* | Add 'script/dbconsole' -- the database analog of 'script/console' | Steve Purcell | 2008-05-07 | 1 | -0/+49 |
* | Allow custom loggers to work with script/server. | Michael Koziarski | 2008-05-04 | 1 | -8/+8 |
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes... | Josh Peek | 2008-04-07 | 1 | -1/+1 |
* | Added support for installing plugins hosted at git repositories (closes #1129... | David Heinemeier Hansson | 2008-03-17 | 1 | -1/+25 |
* | Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo... | Michael Koziarski | 2008-02-21 | 1 | -0/+3 |
* | Don't make new_mongrel server default yet | Jeremy Kemper | 2007-12-29 | 1 | -6/+2 |
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 2 | -2/+22 |
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -3/+3 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 2 | -3/+3 |
* | use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr... | Michael Koziarski | 2007-11-30 | 1 | -1/+1 |
* | Make sure script/plugin doesn't skip files beginning with http (i.e. the old ... | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | 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 |