获取“US-ASCII 中的无效字节序列” 当我尝试在 Ramaze 和 Ruby 1.9 中上传文件时
我猜默认编码在 1.9 中已经改变,但我认为 Ramaze 应该完全兼容 1.9? 我真的不知道这里发生了什么。 谢谢你的帮助!
I guess the default encodings have changed with 1.9, but I thought Ramaze was supposed to be fully 1.9 compatible? I'm really not sure what going on here. Thanks for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我发现这个提交在 1.0 版本发布 3 天后添加到树中:
http:// /github.com/rack/rack/commit/44ed4640f077504a49b7f1cabf8d6ad7a13f6441
修补不起作用,但克隆 HEAD 并替换我的安装却起作用。 开发 Ruby 1.9 应用程序仍然相当困难……但它只会变得更容易!
Okay, I found this commit which was added to the tree 3 days after the 1.0 release:
http://github.com/rack/rack/commit/44ed4640f077504a49b7f1cabf8d6ad7a13f6441
Patching didn't work, but cloning HEAD and replacing my installation did. It's still pretty tough to develop a Ruby 1.9 app... but it can only get easier!