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.
在我的 RoR 应用程序中,我需要开发一个与 MS ACCESS 提供的尽可能相似的可视化查询生成器。(在 ms 访问中的示例截图)
用户将能够选择数据库表,从表中选择字段,然后向字段添加条件。
您是否知道任何宝石/代码可以帮助我完成这项工作?
这需要大量的 TLC 才能像 MS Access Query 一样,但您可以使用 Ransack gem 来完成查询和嵌套关联。
http://railscasts.com/episodes/370-ransack