James
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Edited Collect outdated branches background task taking too long
AnsweredMy company has a giant monolith and an even bigger git repo.I've noticed that “Collect outdated branches” background task never really completes. Is there a way to disable this task?Thanks! -
Created RSpec hanging when running in RubyMine, works fine outside of RubyMine and on old laptop
I recently upgraded my laptop, from a 2019 MacBook Pro to a 2023 MacBook Pro (M2). Spring and Rspec were working fine on the old laptop. See this output in RubyMine's run tab: /bin/zsh -c "bash -... -
Created Automate running sidekiq while running rails configuration?
I have 2 Run/Debug Configurations setup: 1. Rails Development2. Gem Command Sidekiq I'd like to automate starting up sidekiq when running the rails development configuration. However, since sideki...