Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ActiveRecord 的查询界面在我看来有时非常复杂且不直观。是否有可能查看我编写的 Rails 构造中的哪些 SQL 查询结果?
如果您在运行 Web 服务器的情况下查看控制台,您将看到 ActiveRecord 查询被编译成什么。此外,您可以打开 Rails 控制台 ( rails console) 并手动检查它们。
rails console