don v nielsen
Avid fan of RubyMine and DataGrip.
- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 28
-
Created Cucumber diff colorization not complete
Cucumber is not fully colorizing the diff output. From the beginning of the output to about 10 lines down on the current screen, the colorization appears to be the escape codes. And then, all of ... -
Created Rubymine Debugger Painfully Slow
Has anyone else experienced the latest Rubymine debugger being painfully slow. Not just slow. It's painful. It is so bad I lose track of where I am at and what I am doing because I'm continually... -
Created RubyMine 113.2 lost track of file after move
RubyMine 113.2 on Windows Server 2003I had a file named it.rb in my parent project folder. I didn't like it there, so I moved it to the setups folder (a child of the parent.) When I tried executi... -
Created EAP 112.669 Problem with Rspec
I get the following when trying to run specs: "gem_original_require': no such file to load -- teamcity/spec/runner/formatter/teamcity/formatter (LoadError)"I do not get the problem when runn EAP 1... -
Created uninitialized constant DATA (NameError)
I have a very simple script that is trying to read the data past the __END__ statement. I get an error thrown "uninitialized constant DATA (NameError)". I can cut the very same script into Netbea...