method

config_keys

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

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.

config_keys()
public

No documentation available.

# File railties/lib/rails/mongrel_server/commands.rb, line 235
      def config_keys
        @config_keys ||=
          %w(address host port cwd log_file pid_file environment docroot mime_map daemon debug includes config_script num_processors timeout throttle user group prefix)
      end