colin mcgowan
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Tags inside quote marks
If I have some HTML <div> Test "<means is less than" </div> And do autoformat for HTML it splits the middle string to give this <div> Test " <means is less than "</div>Is there an op... -
Created Extract Partial
I am having problems refactoring a file. In particular when I select the <header>...</header> section of the code below and go to the refactor -> extract option, I don't get the option to extract p... -
Created Multiple Debuggers
I am getting the following when ever I start debugging.Fast Debugger (ruby-debug-ide 0.4.28, debase 0.1.2) listens on 127.0.0.1:63242Fast Debugger (ruby-debug-ide 0.4.28, debase 0.1.2) listens on 1... -
Created auto test running too often.
Hi,I am trying to use the autotest functionality but it runs too often. By this I mean that if I add a new character to a file and wait a few seconds autotest is triggered. I have not saved anythin... -
Created Editing Ruby Templates
I am working my way through Crafting Rails for Rails 4. Most of the examples are plugins. In Chapter 6 I am trying to create a new scaffold template for a controller and it contains code like thisc... -
Created 100%+ CPU on OS X
A couple of times recently, Ruby mine has come to a virtual standstill reporting ~104-105% CPU which doesn't appear to come down ( at least not before my patience ran out ).I have attached a sample... -
Created Resolving .js files in a gem
I am using the zurb-foundation gem and I add "//= require foundation" as below to include it in the asset pipeline. Everything works but Rubymine underlines "foundation" with an error "cannot resol... -
Created SCSS - Code completion + formatting
Hi,Currently my install of rubymine doesn't code complete or format scss at all. For CSS it works fine. Is this just a feature that is not available yet or should it work and if so is there somethi... -
Created Debugger working intermittently
I often get the following error when trying to debug my project ( RubyMine 3.2.x )/Users/colinmcgowan/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;l... -
Created .less code formatting
Does anyone know how to get a .less file to work with code reformat. I can't seem to be able to add or associate the file type as CSS. Seems a bit of a shame if I have to manually do it.While I am ...