Chez Whorton

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Is there a way to re-run only the spec tests that failed on previous run?
Assume I run a big slew of tests and some of them fail. I fix some code. Now I want to re-run only the tests that failed on previous round.... is this possible in RubyMine?Anyone know if it is poss... -
Created Is there a way to get 3-pane merge editor after git cherry-pick?
If from the command line I do a git cherry-pick (or a git merge) that causes a conflict that requires human resolution, is there a way to bring up the nice RubyMine 3-way merged editor on that file? -
Created Task completion with RedMine brings up "No Suggestions"
Set up a RedMine task server. Clicked "Test", which says "connection is successful."But when trying to open a task, I type part of the task name, press ctrl-space, and it says "No Suggestions." -
Created connecting to RedMine: Error on line 31 of document http://www.w3.org/TR/html4/loose.dtd: The declaration for the entity "HTML.Version" must end with '>'.
Trying to set up to connect to RedMine, and I get this:Error on line 31 of document http://www.w3.org/TR/html4/loose.dtd: The declaration for the entity "HTML.Version" must end with '>'. -
Created rspec test breaking in a module, walkback is wrong
If an rspec test hits a bug and halts in code that has been 'include' into my code, (i.e., a module), the walkback does not show the line where the error occurred, but only shows the line that call... -
Created How to run arbitrary method from debugger?
Inside a rails app, I would like to debug a method... one that isn't invoked by a web call + controller. (I.e., something that would be launched by script/runner for example).How can this be done i... -
Created Sometimes, after git merge, shows files but with no changes
Some times when I do a merge, looking in the merge info tab it will show many files, but when I cmd-D to review them, they have no actual changes in them. Why is this? -
Created What does "Update Project" do?
Cmd-T "Update Project", when SCM is Git... what does this command do?What does the "auto-stash" choice mean? -
Created why does rails console scroll to the right?
When the ouput of a command on the internal "Rails Console" is wider than the screen, the console scrolls horizontally to show the right side of the line.This is a pain, as usually the left side is... -
Created Is there a "Pop Frame" debugger command in RubyMine?
As per the java IDE, is there a way in Ruby to restart the current frame, or pop up to the previous one and restart from there?http://www.jetbrains.com/idea/features/compiler.html