instance method configure

Ruby on Rails 2.2.3

Since v2.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.

↑↓ navigate · open · esc close