Rails 3 PDFKit 在用 pdf 响应一次后,对每个请求都以 format=pdf 响应
我将 .pdf 附加到视图中,例如 http://0.0.0.0:3000/users/edit/10024.html
该页面呈现为 PDF。但之后的每个页面也会呈现为 PDF,无论我是否在 url 末尾附加 .pdf
或 .html
或不附加任何内容。我什至不知道如何调试这个问题。
I append .pdf to a view, e.g. http://0.0.0.0:3000/users/edit/10024.html
That page renders as a PDF. But then every page afterwards also renders as PDF, regardless of whether I append .pdf
or .html
or nothing to the end of the url. I'm not even sure how to debug this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像是 PDFKit 中的一个错误:
https://github.com/jdpace/PDFKit/issues#issue/66
Looks like a bug in PDFKit:
https://github.com/jdpace/PDFKit/issues#issue/66