开发者

How to skip bundle updates when doing migration?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜