instance method configure

Ruby on Rails 2.2.3

Last seen in v2.2.3

Signature

configure()

No documentation comment.

Source
# File railties/lib/rails/mongrel_server/commands.rb, line 283
      def configure
        options [
          ['-c', '--chdir PATH', "Change to dir before starting (will be expanded).", :@cwd, "."],
          ['-f', '--force', "Force the shutdown (kill -9).", :@force, false],
          ['-w', '--wait SECONDS', "Wait SECONDS before forcing shutdown", :@wait, "0"],
          ['-P', '--pid FILE', "Where the PID file is located.", :@pid_file, "log/mongrel.pid"]
        ]
      end

Defined in railties/lib/rails/mongrel_server/commands.rb line 283 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::MongrelServer::Stop

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close