Gmcmonty
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Process hangs while running ruby formatter(stree) as external tool
There is a new ruby formatter in town called syntax_tree. I'm attempting to use its write cli : https://github.com/ruby-syntax-tree/syntax_tree#writeIt works fine in my shell:```❯ bundle exec stree... -
Edited Run/Debug Configurations freezes RubyMine with blank page
CompletedSOLVED I recently updated Rubymine from 2019.2 to 2020.2. After the update, any time I try and open Run/Debug Configurations, I get a frozen empty window and my whole ide freezes. Force kill Ruby... -
Created In-editor run test button requirements
AnsweredHi, I'm wondering if someone could explain a bit more about how exactly to get the little green play button on tests to show up. I find it much easier to run single tests this way instead of using ...