rubymine Questions
6
Solved
i'm using RubyMine 6.3 buth I have some problems with debugger
C:\Ruby200\bin\ruby.exe -e
$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)
C:/Ruby200/lib/ruby/gems/2.0.0/gems/ruby-debug...
2
Solved
I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other JetBrains IDE like WebStorm or PhpStorm).
I've seen an answer for this question: RubyMine any way ...
18
I get the error:
Cannot start debugger. Gem 'ruby-debug-ide' isn't installed or its executable script 'rdebug-ide' doesn't exist.
but all gems were successfuly installed:
gem 'ruby-debug-ide'
g...
Availability asked 9/3, 2016 at 19:19
4
Solved
Some details about my environment:
Ruby version: ruby 3.2.0
RubyGems version: 3.5.6
rbenv version: 1.2.0
MacOS: Sonoma 14.1.2 / M2
I'm trying to run bundle install to install the gems for my proj...
5
Solved
Is there a shortcut for inserting a <%= %> in Rubymine?
I took a look in keymap and didn't see anything.
Kneeland asked 9/3, 2012 at 18:10
7
I updated to Ruby 2.0 and Rails 4.0 and RubyMine stopped working.
If I do my Rails commands through command line tool, they work just fine but if I want to run my project through RubyMine (the lat...
Hafner asked 7/7, 2013 at 22:15
11
Solved
Webstorm doesn't recognize one of my .js files as a JavaScript file so I'm losing syntax highlighting and being able to add break points. I've looked in the workspace.xml file and the file in que...
Empale asked 11/11, 2014 at 18:37
4
Solved
I have these two classes in RubyMine:
book.rb:
class Book
def initialize(name,author)
end
end
test.rb:
require 'book'
class teste
harry_potter = Book.new("Harry Potter", "JK&qu...
Rainmaker asked 18/3, 2015 at 21:27
6
I am trying to add an API key and token to my credentials.yml.enc file in Rubymine. I can't seem to find a --wait flag or save the generated file from
EDITOR=rubymine rails credentials:edit
or
...
Durning asked 18/4, 2020 at 1:17
7
Solved
I have just installed rubymine 5.4.3.2.1 and am trying to start an example project. The problem i am having is that rubymine is asking for a SDK. So where do i point it to?
Reconnoitre asked 30/7, 2013 at 14:49
2
Solved
I am looking to be able to Cmd+click into a method name and have it jump to the gem's source code like I can within my Rails app.
In the past I've used Rubymine and I remember it automatically loa...
Bumptious asked 11/10, 2017 at 20:12
4
Solved
I go to Settings - Ruby SDK and Gems, and pick out C:\RailsInstaller\Ruby1.9.3\bin\ruby.exe.
It loads up a bunch of gems on the right side, and looks like it's going to work.
I hit OK, and still ...
Chapfallen asked 27/6, 2014 at 14:27
5
Solved
And what are counterparts to eclipse's declaration view and javadoc view?
Nonesuch asked 31/7, 2012 at 8:48
4
Solved
I'm trying to trigger (to use) the IdeaVim multi cursor plugin: https://github.com/JetBrains/ideavim#emulated-vim-plugins -> multiple-cursors
In the github docs we have commands: <A-n>, <...
Ringhals asked 17/3, 2019 at 0:26
2
Solved
Here's an example. Say I update routes with resources :foo and that buys me some new paths like: new_foo_session When I begin to type the path in an ERB view I expect it to show me/ suggest with au...
Barnaul asked 12/2, 2014 at 20:59
1
Apologies if it's a duplicate question. Asking this as I haven't got any solution yet. Trying to run rails application in Rubymine. I have setup the configuration in Rubymine so that on click on ru...
Soaring asked 24/3, 2022 at 12:2
2
Solved
Intellij Idea like this:(when I click enter the auto completion code will appear on the line)
RubyMine like this:
The idea does not auto choose the first one.So I need to click down button and choo...
Merritt asked 1/6, 2015 at 14:50
4
I'm trying to set up a simple rails app (4.2.0, ruby 2.2.0) with PostgreSQL (9.3) using RubyMine (7.0.4); I'm planning on deploying to Heroku.
I'm having problems with two things:
First (and m...
Rochet asked 10/3, 2015 at 0:0
7
Solved
After importing an existing project into RubyMine, I encountered "Rails server launcher wasn't found in the project" when I Run/Edit Configuration.
I've checked this Cannot start the debugger in ...
Bracteate asked 9/5, 2015 at 15:25
1
Solved
I'm using a Docker image with some specified environmental variables, such as GEM_HOME and BUNDLE_PATH.
RubyMine connects to the remote Docker SDK just fine, but I can't see gems added by bundler,...
Elyn asked 29/3, 2017 at 10:25
1
Solved
I work on a React project with my JetBrains IDE and most of the elements in my project are React components. I do however use the Ionic Icons library and when I need to insert an icon into my compo...
Exterminatory asked 20/1, 2022 at 6:2
4
Solved
Running with Ruby 1.9.2
The IDE complains that The gem ruby-debug-base19x is required and offers to install it.
However, upon attempting to install it it displays the message
Failed to inst...
2
I have an error with my RoR project when I try to start it using "Run" (shift+f10)
But when I start the server using rails s in console, it works.
========================================
Your Y...
Freezedry asked 28/4, 2018 at 16:42
2
Is there a way to get Rubocop to format my code every time I save in RubyMine? This was a feature in VSCode, which you were able to set via "editor.formatOnSave": true, in the settings.js...
3
Solved
I'm having trouble with Rubymine in that I cannot Go to Declaration of files that I once was able to go to before (these aren't dynamic classes or methods). I'm not sure if it's related to the fact...
Enlarger asked 21/8, 2013 at 23:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.