Rails 固定装置或类似装置,用于在应用程序中创建数据

发布于 2024-12-07 05:10:09 字数 98 浏览 2 评论 0原文

我想在创建用户时填充首选项表。我可以在控制器内轻松制作一个临时版本,但想要更简洁的东西。

人们可以在正在运行的应用程序中使用固定装置做同样的事情吗?如果是这样怎么办?

I want to populate a preferences table when a user is created. I can make a lash up version within the controller easily enough but would like something neater.

Can one do the same sort of thing with fixtures within a running application? If so how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

悲凉≈ 2024-12-14 05:10:09

你可以寻找宝石。我不久前曾使用 https://github.com/FooBarWidget/default_value_for 进行类似的事情。这是一个漂亮而干净的解决方案。

You could search for a gem. I've used https://github.com/FooBarWidget/default_value_for some time ago for a similar thing. It's a nice and clean solution.

凉城 2024-12-14 05:10:09

最后,我简单地在模型中定义了一个数组,并对其进行 array.each 编辑。也许不是最优雅的,但仍然将所有值集中在一处进行编辑。

In the end I simple defined an array in the model and array.each -ed it. Not perhaps the most elegant but still have all the values in one place for editing.

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