-
## Support IntelliJ Gradle 2.0.0
Benefits include a much nicer Developer Experience, easier way of testing both IntelliJ IDEA + RubyMine, faster builds, etc.
[IntelliJ Platform Gradle Plugin (2.x)…
-
ruby-3.1.4 installed via rvm
Status after #137 and #139:
- Running with RVM is now supported.
- When running with a non-RVM Ruby, the run is aborted and notifications are displayed.
TODO:
…
-
-
I had a custom mackup `~.mackup/rubymine.cfg`, however the latest update had new items that I needed. So, I updated to the latest mackup and removed `~.mackup/rubymine.cfg`, but mackup did not use th…
-
@nhat-phan Please update asap and make it run in Rubymine 2021.2
hoshy updated
3 years ago
-
Trying to execute a "run-config" for a rubymine project (not using shadow-env) and I get "Error running 'Run tests': Unknown error".
Looking at the log confirms that the problem stems from the int…
-
Hi.
May I setup Rubymine for show elixir compiler warnings end errors ?
In Rubymine Section: Setting/Build,Execution,Deployment/Elixir is absents :(
-
RubyMine **7.1.2**
Ruby 2.2
Rails 4.4
Error : **Plugin 'Rubocop' is incompatible with this installation**
Followed the same steps as mentioned
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected termin…
-
On many classes, the initialize method is always the same
``` ruby
def initialize
super
set_options(self.class.options) if self.class.options
self.class…