Kim Miller
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 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... -
创建于 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 -
创建于 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 -
创建于 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 -
创建于 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 ...