开发者

How to skip bundle updates when doing migration?

开发者 https://www.devze.com 2023-02-02 02:21 出处:网络
When I t开发者_如何转开发ried to create a new migration for db, the newest code forced me to do \'bundle install\', but because of some network problem I cannot update the gems. Is there an option for

When I t开发者_如何转开发ried to create a new migration for db, the newest code forced me to do 'bundle install', but because of some network problem I cannot update the gems. Is there an option for migration I can skip updating bundles?

jimmy-mac:new_app jimmy$ rails g migration remove_title_from_offer

Could not find webrat-0.7.3 in any of the sources
Try running `bundle install`.


bundle exec rails g migration remove_title_from_offer

perhaps? Or you could just create a new migration by hand...

0

精彩评论

暂无评论...
验证码 换一张
取 消