default-scope

default-scope

文章 0 浏览 2

连接表上的 Default_scope

我有一个如下所示的模型设置: class User has_many :items has_many :words, :through =&gt :items end class Item belongs_to :user belongs_to :wo…

吃兔兔 2024-10-28 03:06:01 2 0

模型的 default_scope 中的日期条件

我想确保只有具有观看日期的电影才会被带回并按该值升序排列。 我认为我非常接近以下内容: default_scope :conditions =&gt { :watched_date =&gt no…

太阳哥哥 2024-10-09 15:38:41 4 0

default_scope 和关联

假设我有一个 Post 模型和一个 Comment 模型。使用通用模式,发布 has_many Comments。 如果评论设置了 default_scope: default_scope where("delete…

孤者何惧 2024-09-27 15:45:44 4 0

在某些情况下,default_scope 会中断(更新|删除|销毁)_全部

我相信这是 Rails 3 中的一个错误。我希望这里有人能引导我走向正确的方向。下面发布的代码纯粹是为了说明这个问题。希望这不会混淆问题。 鉴于我有一…

吐个泡泡 2024-09-27 11:42:33 5 0

在Rails中覆盖has_many关联的named_scope的最佳方法?

注意:我使用的是 Rails 2.3.8,而不是 3。 我有一个带有 default_scope 的照片模型: default_scope :conditions =&gt ["published = ?", true], :or…

把时间冻结 2024-09-19 01:53:49 5 0

根据某些标准设置default_scope

我试图根据由 ActionController before_filter 确定的一些标准来设置默认范围。在控制器中: before_filter :authorize ... def authorize if some_co…

染墨丶若流云 2024-08-29 05:21:16 5 0

Rails 3 中的default_scope

我知道named_scope已更改为rails 3中的范围。 如何在rails 3中执行default_scope,我进行了很好的谷歌搜索,但没有找到默认范围的任何内容。…

水晶透心 2024-08-27 04:35:24 5 0
更多

推荐作者

1CH1MKgiKxn9p

文章 0 评论 0

ゞ记忆︶ㄣ

文章 0 评论 0

JackDx

文章 0 评论 0

信远

文章 0 评论 0

yaoduoduo1995

文章 0 评论 0

霞映澄塘

文章 0 评论 0

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