Alainravet

- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Alainravet created a post, AnsweredRSpec test runner stops on first failed test
(I use the EAP version and RSpec) It started a few days ago. I hadn't changed any - test-related - setting. I couldn't find any Rubymine setting to deactivate this behaviour. Also * The project .rs... -
-
-
Alainravet created a post, Rubymotion integration & Android: does it work for you?
The Rubymotion integration doesn't work for me (no autocompletion, no rake tasks, ..), whether I create a RMotion project from Rubymine or open an existing one.https://youtrack.jetbrains.com/issue/... -
-
Alainravet created a post, cannot debug rspec : Empty test suite
Hi,I rarely use the debugger, but when I do, it fails.This happens with a Configuration that works fine in normal/run mode :* the stack trace : http://pastebin.com/raw.php?i=8hHvemr4* the configur... -
Alainravet created a post, MacOS : displaying the menu bar in the app window
I need**1 to display the menu bar attached to the app window and not to the screen.I tried setting apple.laf.useScreenMenuBar=falsein Info.plist/Java/Properties, to no avail.I remember this trick ... -
Alainravet created a post, it's back : 'Cannot connect to the debugged process at port 63807 in 10s:'
New build, and the problem (or rather the symptom) is back :(the old workaround for ruby-debug-ide-0.4.17.beta11 doesn't work with version 12 unf.)>>>>>>>>>Cannot connect to the debugged process at... -
Alainravet created a post, Cannot connect to the debugged process at port 49536 in 10s:
After upgrading the EAP RM to 118.614 this morning I could no longer debug.At first RM tried (re)installing the gem, to no avail.After multiple attempts, I manually removed all the ruby-debug** gem... -
Alainravet created a post, automatic compilation of Coffeescript files
Is there a way or a plan to have RM automatically compile *.coffee files to their *.js counterparts so that they always keep in sync?Currently I use guard-coffeescript in a separate console, but th...