如何在 Rails 3 中更新测试数据库?
我在模型的 yml 夹具中添加了一个条目。然后rails控制台测试
。但新记录不在数据库中。
如何“更新”测试数据库以在 Rails 控制台中访问它?
使用 Rails 3.0.7,使用内置单元测试。
谢谢。
I added an entry to the yml fixture for a model. Then rails console test
. But the new record is not in the database.
How do you "update" the test database to access it in rails console?
Working in Rails 3.0.7, using built-in unit test.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会说:
I'd say: