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