Goaul
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created How to use bundle config local
AnsweredI have private gem what is used in main project.This gem is set up as another project, how to set that main project uses changes to gem made localy?Attaching gems project to main project, allows j... -
Edited Search everywhere inside tmp directory
What is the suggested way to get search everywhere searching in "project/tmp" folder for a file or content?For now when searching filename what is in tmp directory (using search everywhere scope "A... -
Edited SimpleCov coverage generated using RubyMine with one tab
MacOS Monterey 12.6, RubyMine 2022.2.3,Rails 7, ruby 3.1simplecov (0.21.1), test framework: rspecIs there any way to pass simplecov 'rails' profile when running coverage from RM? If yes, please gui... -
Created docker-compose with bundle
Hello, What would be the RM way to run this command for specific service? Any way to do this from gui? docker-compose run --rm app bundle Now opening docker-compose file, for specific service is of... -
Created Hex color preview in gutter shows only 4 colors
Hello, I don't know this is a bug or feature request.I'm using code like: $colors-ui: ( 'grey': ('lightest': #eeeeee, 'light': #d2d2d2, 'normal': #c1c1c1, 'dark': #999, 'darkest': #3a3a3a), 'g... -
Created Configure custom rspec runner script
Hello, On mac with RM 2021.3.1 Is needed to run rspec with CI=1 or tests will fail. For example working command line from terminal looks like this: CI=1 rspec spec/features/admin/ Can anyone guid...