当我运行
时,我已经安装了dashing并在Windows 8计算机上设置了一个>dashing start
并导航至http://localhost:3030
,Chrome无法加载页面。
如果我导航到我安装了破折号的目录并通过调用
启动thin webserver>thin start -a 127.0.0.1 -p 3030
我能够启动该网站并返回Using rack adapter
,但这只是托管该网站,而不是正在运行。
如何找到有关虚拟启动的一些诊断信息?
答案 0 :(得分:1)
Dashing回购中的一些问题建议使用不同的网络服务器,例如Webrick或Puma。
见Browser Support on Windows 7 , Widgets not animating in Windows 7。
java控制台中是否有错误?在使用Chrome查看时,示例应用程序在OSX上无提示失败,错误为“Encoding :: UndefinedConversionError:\”\ xE2 \“从ASCII-8BIT到UTF-8 \ n(在my_project_dir / widgets / comments / comments中)。咖啡)“,结果是comments.coffee中的左右引号。