method

configure

rails latest stable - Class: Rails::MongrelServer::Restart

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

configure()
public

No documentation available.

# File railties/lib/rails/mongrel_server/commands.rb, line 320
      def configure
        options [
          ['-c', '--chdir PATH', "Change to dir before starting (will be expanded)", :@cwd, '.'],
          ['-P', '--pid FILE', "Where the PID file is located", :@pid_file, "log/mongrel.pid"]
        ]
      end