colin mcgowan

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Rubymine For M1 Mac Mini Guide?
Is there a definitive guide for getting Rubymine working correctly on Apple Silicon.So far it has been a real slog. I am using chruby as supposedly that is the new best thing for managing ruby vers... -
Created New file : can't enter text into it
AnsweredAnyone else getting a problem when they create a new file but then can't type anything into it? Had it happen a few times in a couple of days. Had to delete it and recreate to fix. -
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...