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 Unresolved column on delete statement
FYI - After updating DataGrip this morning, I noticed that a column is highlighted as unresolved on the DELETE statement. It is ok in the prior SELECT and following INSERT statements. It is just un... -
Created Have project remember Save As Folder
Given a project and multiple scratch files When I go to "Save As" to save the scratch file to a permanent folder Then DataGrip should remember, for the project, the last folder saved to Datagrip ... -
Created Suggested table list does not regain focus
Try this in a console window: Start typing a select statement Give it a FROM domain.dbo. and stop there. It will bring up a list of suggested tables. Highlight a table, any table (do not dbl click... -
Edited Interesting observation about the DG performance of two queries
Below are two queries. They do the same thing, and both result in 0 rows. The result is correct. So...from DataGrip...the first query consistently returns results in less than a second. Time and ti... -
Created Console Scratch File Name Enumeration
Would it be possible to continue console scratch file name enumeration from the last scratch file present? I cleaned up a bunch of unused scratch files, #'s 1-8, leaving #'s 9-11. When I created a ... -
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...