Justin Gordon
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
Justin Gordon 创建了一个帖子, Spork Best Practices with RubyMine 4.x EAP
Is there a Spork best practices explanation that answers:* When and when not to use Spork* When Spork needs to be restarted* Debugging tests with SporkThis may be relevant: http://stackoverflow.com... -
-
-
Justin Gordon 创建了一个帖子, Spork, EAP 112-219, Ruby 1.9.2, Debugger not stopping
Spork makes a huge difference in rspec performance when running 1.9.2. However, the debugger does not stop on break points when using spork.I tried with including and not including the ruby-debug19... -
Justin Gordon 创建了一个帖子, Spork worth it with 1.9.3?
I'm using the EAP 112.49. I've noticed that using Spork with 1.9.3 is slower, and sometimes results in very confusing test results when one fails to restart spork when needed.Is there still a need ... -
Justin Gordon 创建了一个帖子, Rails, Rubymine, RSpec, NoMethodError, Method Missing, Dynamic Finder Methods
I'm trying to run a simple RSpec test inside of RubyMine on top of a rails application. I'm trying to test some generic code inside of a lib directory. The problem is that I get an exception NoMet...