Goaul

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
创建于 How to use bundle config local
I 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... -
已编辑于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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...