Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在模型的 yml 夹具中添加了一个条目。然后rails console test。但是新记录不在数据库中。
rails console test
您如何“更新”测试数据库以在 Rails 控制台中访问它?
在 Rails 3.0.7 中工作,使用内置单元测试。
谢谢。
我会说:
bundle exec rake db:fixtures:load RAILS_ENV=test