meta-where

meta-where

文章 0 浏览 2

为什么我在 Rails 3 中遇到元位置连接依赖错误?

我收到一个元位置连接依赖项错误,内容如下: @companies_user = Company.joins(:contact).where(:contact => {:user_id => current_user.id}).uniq …

肩上的翅膀 2024-12-11 07:56:45 0 0

我如何将它从 searchlogic 转换为 Rails 3 中的 metwhere ?

我在 searchlogic 中有以下内容: Todo.contact_id_is(self.id).ascend_by_original_date.done_date_not_null.first 既然我在 Rails 3 中,我将如何在…

望她远 2024-12-07 05:12:33 0 0

进行连接时选择唯一的行

拳头一点背景: 我正在使用 Rails 3.0.7、Postgres 9.0 和 MetaWhere/MetaSearch 1.0.4 在查询数据库时获取唯一记录时,我遇到了一个非常令人沮丧的问…

何以畏孤独 2024-12-05 23:55:00 1 0

从 MetaWhere 迁移到 Squeel 并不再使用符号

我有一个应用程序想要从 MetaWhere 迁移到 Squeel,以准备升级到 Rails 3.1。 这基本上是一个简单的过程,但我有一个案例给我带来了一些问题。问题是…

旧伤慢歌 2024-12-03 21:30:01 1 0

Rails 使用元搜索和元位置搜索计算字段

有没有人能够找到一种方法来使用 Rails 3 中的metawhere 或metasearch 来搜索计算字段?我可以搜索除计算字段之外的任何字段。必须有办法。对于任何不…

傲性难收 2024-11-30 02:46:28 0 0

Ruby-on-rails gem 因“where”而失败meta_where 的条件

我有一个问题,可能是宝石问题,但可能是元问题。我使用gems安装meta_where-1.0.4,响应是我成功了,并且提供了meta_where的uri,但是当我在控制器的…

不语却知心 2024-11-27 15:03:14 0 0

如何使用metawhere 和连接执行此查询?

我有 User.rb: has_many :sent_messages, :class_name => "Message", :foreign_key => "sent_messageable_id" 每个 Message.rb 都有一个 account_id …

誰認得朕 2024-11-18 23:33:25 5 0

我将如何使用metawhere 搜索关联并连接表?

我有两个模型:Message 和 UserMessage。我从 SO 上的其他地方获得了这个架构,但遇到了一些挑战。 每条消息有两个 UserMessage:一个 UserMessage 具…

剩一世无双 2024-11-15 08:27:15 4 0

如何在 Rails 3 的 metawhere 中搜索关联?

当我使用 searchlogic 时,我可以使用以下内容: 27 # @todos = Todo.contact_user_id_is(current_user). 28 # contact_campaign_id_is(@campaign). 2…

逆光飞翔i 2024-11-12 23:41:29 4 0

SQL查询包含以PHRASE开头的整个单词的字段内容

我正在尝试编写一个 SQL 查询来获取字段包含多个关键字的行。该查询的用途是获取使用 jQuery 实现的自动完成器函数的结果。 现在,自动完成功能可以正…

回忆凄美了谁 2024-11-08 01:18:38 5 0

我如何将其转换为 MetaWhere 或 Arel?

考虑一个城市模型具有: def self.search(field, search) if search where("#{field} LIKE ?", "%#{search}%") else scoped end end 在知道该字段是字…

摘星┃星的人 2024-11-02 16:41:09 6 0

如何在 Rails 3 中搜索 has_many 关联(meta_where 或railslogic?)

我有一个名为 UserHasMessages 的模型,其中: belongs_to :message belongs_to :user User.rb 模型是: has_many :messages, :through => :user_has_…

捶死心动 2024-10-27 04:06:24 9 0

这个SQL在MetaWhere中怎么写呢?

我如何使用 MetaWhere (在 Rails 3 中)编写此查询? SELECT "users".* FROM "users" INNER JOIN "friendships" friends ON "users"."id" = friends.…

毁虫ゝ 2024-10-23 20:22:57 5 0

想要查找 Rails 中没有关联记录的记录

考虑一个简单的关联... class Person has_many :friends end class Friend belongs_to :person end 让所有在 ARel 和/或 meta_where 中没有朋友的人最…

森林迷了鹿 2024-10-22 07:47:04 7 0

使用metawhere 搜索标签

我正在尝试对模型及其关联标签执行多列搜索。我正在使用metawhere 并充当可标记的角色。基本上我有一个带有标题和正文的模型,其中有一定数量的带有名…

清泪尽 2024-10-16 13:41:23 8 0
更多

推荐作者

Cooper

文章 0 评论 0

Great Marx

文章 0 评论 0

感性

文章 0 评论 0

mb_IvyEMzfd

文章 0 评论 0

止于盛夏

文章 0 评论 0

记忆で

文章 0 评论 0

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