在 Rails 中加载示例数据

发布于 2024-09-07 23:46:40 字数 149 浏览 5 评论 0 原文

当用户在我的网站上创建新帐户时,我想将示例数据加载到他的帐户中。我可以使用固定装置轻松完成此操作,但问题是示例数据需要知道新的帐户 ID,因此我需要将其传递给固定装置,但我不知道是否可能。

这是我的想法,但我愿意接受其他为新帐户用户将示例数据加载到数据库中的最佳方法。

When a user creates a new account on my site, I'd like to load sample data into his account. I would have done this easily with fixtures, but the problem is that the sample data needs to know the new account ID, so I need to pass this to the fixtures, but I don't know if it's possible.

That's my idea, but I am open to other best way to load sample data into DB for new account users.

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

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

发布评论

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

评论(2

花开雨落又逢春i 2024-09-14 23:46:40

哦,好吧,我找到了问题的解决方案,xianese of http://xianese.blogspot.com/2008/05/use-yaml-to-load-sample-data-into.html有一个解决方案。

oh okay, i found the solution to my problem, xianese of http://xianese.blogspot.com/2008/05/use-yaml-to-load-sample-data-into.html have a solution.

早茶月光 2024-09-14 23:46:40

我没有使用 Fixtures,但我认为它实际上只是为了测试您的应用程序。

我还没有测试过,但我会推荐你​​类似 FactoryGirl 的东西。它使用起来非常简单,与 FFaker 结合使用是生成示例数据的最佳解决方案。

希望这有帮助!

快乐编码:)

I'm not using Fixtures but I think it's really just for testing your application.

I haven't tested it yet but I would recommend you something like FactoryGirl. It's pretty straightforward to use and in combination with FFaker the best solution to generate sample data.

Hope this helps!

Happy coding :)

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