instance method
config_keys
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
config_keys()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/mongrel_server/commands.rb line 235
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::MongrelServer::Start