Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opps, inner_app is in the wrong conditional | Joshua Peek | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | Generate rackup dispatcher with rails:update:generate_dispatchers | Joshua Peek | 2008-12-01 | 1 | -9/+11 |
| | |||||
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵ | David Heinemeier Hansson | 2008-11-30 | 4 | -493/+0 |
| | | | | irs_process_scripts [DHH] | ||||
* | Move debugger into middleware | Joshua Peek | 2008-11-25 | 1 | -12/+1 |
| | |||||
* | don't try to require vendored rack in script/server | Joshua Peek | 2008-11-25 | 1 | -1/+2 |
| | |||||
* | Switch script/server to use rack processor | Joshua Peek | 2008-11-22 | 5 | -220/+95 |
| | |||||
* | Drop lighttpd support from script/server | Joshua Peek | 2008-11-22 | 2 | -99/+1 |
| | |||||
* | Kill dead "new_mongrel" handler | Joshua Peek | 2008-11-22 | 2 | -18/+2 |
| | |||||
* | Add flush by ensure in script/runner because no flush in production mode ↵ | Cyril Mougel | 2008-11-22 | 1 | -7/+11 |
| | | | | | | [#803 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Add --debugger option to script/console. | miloops | 2008-09-11 | 1 | -0/+13 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1025 state:committed] | ||||
* | Ruby 1.9 compat: remove instance variables and global variables from block ↵ | Akira Matsuda | 2008-09-09 | 1 | -8/+8 |
| | | | | | | | | parameters [#1000 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9 | Akira Matsuda | 2008-09-09 | 1 | -1/+1 |
| | | | | | | [#1001 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9 compat: remove constants from block parameters | Akira Matsuda | 2008-09-09 | 1 | -2/+2 |
| | | | | | | [#1002 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Merge docrails | Pratik Naik | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby" | Tarmo Tänav | 2008-07-31 | 2 | -4/+4 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 2 | -0/+0 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 |
| | | | | | | plugins. [#257 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved] | Ricardo Santos | 2008-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 ↵ | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+1 |
| | | | | | | cryptic const_missing error. [#370 state:resolved] | ||||
* | Don't provide the password with dbconsole unless explicitly opted in. | Michael Koziarski | 2008-05-31 | 1 | -3/+11 |
| | | | | | | | | Some operating system configurations allow other users to view your process list or environmental variables. This option should not be used on shared hosts. http://dev.mysql.com/doc/refman/5.0/en/password-security.html http://www.postgresql.org/docs/8.3/static/libpq-envars.html | ||||
* | Ensure script/plugin installs ssh/git plugins. [#277 state:resolved] | Tekin Suleyman | 2008-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Show rails version when the server starts. [#235 state:resolved] | Lawrence Pit | 2008-05-22 | 3 | -3/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Add Rails.version. [#236 state:resolved] | Ryan Bates | 2008-05-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | dbconsole should not require a username for postgresql. [#207 state:resolved] | Kyle Hargraves | 2008-05-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ↵ | Pratik Naik | 2008-05-11 | 1 | -1/+2 |
| | | | | | | Bennett] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 |
| | | | | | | Instead of requiring the initializer and initializing the logger, create the file manually before tailing it. [atnan] Closes #8665 (trac) | ||||
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. ↵ | Josh Peek | 2008-04-07 | 1 | -1/+1 |
| | | | | | | Closes #9176. [Catfish] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added support for installing plugins hosted at git repositories (closes ↵ | David Heinemeier Hansson | 2008-03-17 | 1 | -1/+25 |
| | | | | | | #11294) [danger] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9049 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Patch to add a -e (export) option to script/plugin install. Closes #10847 ↵ | Michael Koziarski | 2008-02-21 | 1 | -0/+3 |
| | | | | | | [jon@blankpad.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Don't make new_mongrel server default yet | Jeremy Kemper | 2007-12-29 | 1 | -6/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8511 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 2 | -2/+22 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8488 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 ↵ | Jeremy Kemper | 2007-12-10 | 2 | -3/+3 |
| | | | | | | [Pratik Naik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | use autoeval not autoirb, it's mostly equivalent but doesn't make stepping ↵ | Michael Koziarski | 2007-11-30 | 1 | -1/+1 |
| | | | | | | frustrating [Koz]. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8243 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure script/plugin doesn't skip files beginning with http (i.e. the old ↵ | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
| | | | | | | http_authentication plugin). Closes #7887 [choonkeat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8175 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Don't eliminate the logger by default | Jeremy Kemper | 2007-11-01 | 1 | -1/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8063 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8016 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add --prefix option to script/server when using mongrel. [dacat] Closes #9716 | Michael Koziarski | 2007-10-01 | 1 | -1/+11 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that installing plugins from SVN repositories that use trunk/ will ↵ | David Heinemeier Hansson | 2007-09-30 | 1 | -8/+12 |
| | | | | | | work (closes #8188) [evan] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7698 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix webrick when using the debugger (closes #9348) [bronson] | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7639 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |