如何完全摆脱我的 Rails 4.2 应用程序teamcity? [英] How do I completely rid my Rails 4.2 application of teamcity?

查看:67
本文介绍了如何完全摆脱我的 Rails 4.2 应用程序teamcity?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通常使用 Vim 进行 Rails 开发,我决定尝试使用 RubyMine 看看它是什么样的.这还不错,但我认为它太臃肿了.

I usually use Vim for Rails development and I decided to try out RubyMine to see what it was like. It wasn't half bad, but I decided it was too much bloat.

然而,现在当我运行 rake test 时,它正在通过"团队城市运行测试(我不完全理解它在做什么).我从来没有记得安装过teamcity.我怎样才能完全摆脱它?在我的测试使用guard 和 minitest/pride 干净地运行之前.

Now however when I run rake test it is running tests "through" team city (I don't fully understand what it is doing). At no point do I recall installing teamcity. How can I completely get rid of it? Before my tests were running cleanly with guard and minitest/pride.

谢谢.

推荐答案

我没有尝试去理解发生了什么,但这对我有用:

I didn't try to understand what's happening but this worked for me:

cd /your/project/root

rm -rf .bundle vendor &&捆绑

我的~/.bundle/config:

---
BUNDLE_PATH: vendor/bundle
BUNDLE_JOBS: '2'

这篇关于如何完全摆脱我的 Rails 4.2 应用程序teamcity?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆