Gutter icons not showing in Rubymine
The Gutter icons aren't showing in Rubymine 2021.3 on Mac OS and I'm unable to create a view from a controller method - not the end of the world however was a nice shortcut.
I've enabled all options in preferences > Editor > General > Gutter Icons however no icons are showing up.
Anyone experienced this and know how to solve it?
Thanks
Please sign in to leave a comment.
Could you please specify your RubyMine version? In addition, it'd be great if you could share a minimal project sample where the issue is present.
Hi OIga,
Thanks for the note back. I'm on Rubymine 2021.3 on Mac OS 10.15.7
It's on every project, not just a specific one so seems to be a global problem. I remember using the feature in previous versions - seems to have vanished in my IDE.
Let me know if there's a specific file I need to share, alternatively I can create a brand new rails project and share with you but will that port the IDE settings?
Thanks
Could you please check whether the same happens with our sample app:
https://github.com/JetBrains/sample_rails_app
And if so please attach a screenshot showing the problem.
Hi Olga,
Thanks for the note back. The create view gutter icons are showing in the sample app however not showing in any other apps I have created - screenshot attached.
Would it be possible to share one of the projects in question?
Hi Olga, I think I've found the issue.
When generating a new application via RubyMine - on choosing 'Attach' to current window none of the set up tasks are run and it just generates the directory without the Rails application. this is also the case if I generate a new project from the terminal and attach to the current directory.
If I generate a new application and open in a new window or replace the current window the set up tasks run and the gutter icons show.
Does the issue then arise because of this 'Attach' command when running the 'new project' command?
Thanks
Hello,
I reproduced the problem with Create new Rails app + Attach, but could you please specify in which cases you need to attach one Rails app to another one instead of using Rails Engine for example?