使用 Rails 2.3.5 更快地生成 XML

发布于 2024-12-08 05:45:00 字数 206 浏览 0 评论 0原文

我正在使用 Rails 2.3.5 作为移动应用程序的后端之一。它会生成大量 XML。我发现 fast_xs gem 大大加快了 xml 生成速度。现在,我的问题是 - 我应该在 Rails 2.3.5 中使用这个 gem,还是 Rails 2.3.5 已经内置了这个机制。

Am using Rails 2.3.5 for one of the mobile app's backend. It generates hell lot of XML. I have come across that the fast_xs gem speeds up the xml-generation by a lot. Now, my questions is - should I use this gem in Rails 2.3.5 or does Rails 2.3.5 already have this mechanism built in it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

似狗非友 2024-12-15 05:45:00

Rails 的任何版本都没有内置 fast_xs gem。您可以通过安装 fast_xshpricot 来获取它。

注意:Builder 版本 3 破坏了它( Rails 3.1 使用)所以你需要一个猴子补丁来解决(或者等待新版本的 fast_xs)

No version of Rails has the fast_xs gem built in. You can get it by either installing fast_xs or hpricot

Note: Builder version 3 breaks it (used by Rails 3.1) so you will need a monkey patch to work around (or wait for a new version of fast_xs)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文