Questions tagged «default-scope»

5
为什么经常建议使用rails default_scope?
无处不 在 的互联网人提到,使用轨道default_scope是一个坏主意,而对于排名靠前default_scope的计算器是关于如何将其覆盖。这感觉很混乱,值得提出一个明确的问题(我认为)。 那么:为什么default_scope建议使用导轨?

8
Rails 4默认范围
在我的Rails应用程序中,默认范围如下所示: default_scope order: 'external_updated_at DESC' 我现在已经升级到Rails 4,并且,我当然收到以下弃用警告:“不建议使用散列调用#scope或#default_scope。请使用包含范围的lambda。”。我已经成功转换了其他范围,但不知道default_scope的语法是什么。这不起作用: default_scope, -> { order: 'external_updated_at' }
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.