无需迁移的 Rails 功能测试

发布于 2024-08-29 14:12:31 字数 133 浏览 3 评论 0原文

这个名字几乎说明了一切。有谁知道当你不在 Rails 中使用迁移时如何完成功能测试?我愿意接受任何建议或第三方库(如果有的话)。我想过创建自己的插件来解决这个问题,但这似乎是一项相当大的任务,除非有必要,否则我宁愿不这样做。

提前致谢。

The name pretty much says it all. Does anyone know how to accomplish functional testing when you are not using migrations in Rails? I'd be open to any advice or third party libraries (if there are any). I thought of creating my own plugin to address this but it seems like a pretty big task and would rather not do this unless necessary.

Thanks in advance.

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

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

发布评论

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

评论(2

早茶月光 2024-09-05 14:12:31

http://github.com/jpignata/temping

Temping 允许您创建由临时 SQL 表支持的任意 ActiveRecord 模型以供测试使用。

http://github.com/jpignata/temping

Temping allows you to create arbitrary ActiveRecord models backed by a temporary SQL table for use in tests.

诗酒趁年少 2024-09-05 14:12:31

似乎没有“简单”的方法可以做到这一点。我正在研究 RSpec Rails,看看是否可以将其修改为不使用迁移。

It appears that there is no "easy" way to do this. I'm looking into RSpec rails to see if it can be modified to not use migrations.

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