Kim Miller

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created CoffeeScript debugger in RubyMine 6 - Not Stopping at Breakpoints
CoffeeScript debugger set up in in RubyMine 6 per these instructions: http://confluence.jetbrains.com/display/RUBYDEV/Debugging+CoffeeScript+CodeEverything seems just right ...Gem loaded and server... -
Created Deleted git (github) remote still appears
Some branches that have been deleted off Github won't go away in RM, even after a fetchAttachment(s):Screen Shot 2013-04-03 at 10.42.46 AM.png -
Created Doing a Git remote add in the IDE
How do you do a: git remote add name path .....inside the IDE?I can do it at the command line, but ... why is that not in the IDE, or is it?/k -
Created Removing workspace.xml version control
I've excuded .idea/workspace.xml in my Ignore list, but it keeps coming up in on my Default Change list.How do I get it out of version control?/kim -
Created Empty test suite / Not Tests found
Trying to run spec test below, but returning "No Tests were found"require 'spec_helper'describe "StaticPages" do describe "Home page" do it "should have the content 'Sample App'" do # Run ...