Goaul

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Goaul created a post, 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... -
Goaul created a post, 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... -
Goaul commented, -
Goaul commented, -
Goaul created a post, 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... -
-
Goaul created a post, 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...