在哪里可以找到好的 AREL 文档?

发布于 2024-11-01 09:47:22 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(5

梦情居士 2024-11-08 09:47:22

我厌倦了在 arel 树中阅读测试和代码,所以我放了一些 幻灯片一起。他们涵盖了 v2.x,我什至还没看过 v3。

I got tired of reading tests and code, in the arel tree, so I put some slides together. They cover v2.x, I haven't even looked at v3 yet.

另类 2024-11-08 09:47:22

几周前我写了一篇关于 Arel 的文章 (Arel(Ruby 的 SQL 管理器)的权威指南)。它遍历整个库并解释内部如何工作以及如何从自己的应用程序中使用它。

I wrote an article about Arel a few weeks ago (The definitive guide to Arel, the SQL manager for Ruby). It walks through the whole library and explains how things work internally and how you can use it from your own application.

蝶舞 2024-11-08 09:47:22

是的,我也很难找到医生。 Arel 测试套件可能会有一些用处:

https://github.com /rails/arel/blob/master/test/test_select_manager.rb

Yeah, I'm having a real hard time finding doc too. The Arel test suite might be of some use:

https://github.com/rails/arel/blob/master/test/test_select_manager.rb

倾其所爱 2024-11-08 09:47:22

完整的文档在这里: http://rubydoc.info/github/rails/arel/master/ Arel 在模块中查找具体方法。

Complete documentation is here: http://rubydoc.info/github/rails/arel/master/Arel Look in the modules for specific methods.

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