用NetBeans開發Ruby On Rails
下載RailsInstaller
下載Ruby and Rails Plugin
發生錯誤

Last updated

Last updated
WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = trueif chunked? || @header['content-length']if chunked? || @header['content-length'] || @status == 304 || @status == 204ExecJS::RuntimeError in Home#indexJScript = ExternalRuntime.new(
:name => "JScript",
:command => "cscript //E:jscript //Nologo //U",
:runner_path => ExecJS.root + "/support/jscript_runner.js",
:encoding => 'UTF-16LE' # CScript with //U returns UTF-16LE
)JScript = ExternalRuntime.new(
:name => "JScript",
:command => "cscript //E:jscript //Nologo",
:runner_path => ExecJS.root + "/support/jscript_runner.js",
:encoding => 'UTF-8' # CScript with //U returns UTF-16LE
)