Questions tagged [rubymine-7]

RubyMine 7 comes with a new plugin that integrates Chef to help you build, deploy and manage your infrastructure.

RubyMine 7 comes with a new plugin that integrates Chef to help you build, deploy and manage your infrastructure.

55 questions
2
votes
1 answer

Suddenly my Rubymine's database window is not showing for any rails app!. How to bring it back?

I have search a lot on google for solution.But I have not found any resources similar to my problem. Thanks in advance.
Junan Chakma
  • 651
  • 7
  • 14
2
votes
3 answers

Run the script in context of the bundle (bundle exec) is disabled in Rubymine

for all rspec its not possible to enable to run rspec in context of bundle (bundle exec). Why?
Daggeto
  • 943
  • 1
  • 8
  • 17
2
votes
2 answers

Does Rubymine have the feature code snippet and all auto-complete

I'm used to the sublime text 3 editor. It has many handy features. take the code snippets for example, Once you type begin then press TAB It will generate the corresponding code block begin rescue Exception => e end And the plugin All…
user3675188
  • 7,271
  • 11
  • 40
  • 76
2
votes
1 answer

How do I search for text in Gems and External Libraries in RubyMine?

I'm trying to search for text in gems in the "External Libraries" section of my RubyMine project, without having to manually find the Gem directory in the file system. Unfortunately, the 'Find in Path' dialog doesn't seem to offer any options for…
Michael
  • 703
  • 1
  • 5
  • 11
2
votes
2 answers

Recall previous command in the RubyMine console

In the RubyMine consoles, like the one that appears in RubyMine 7 while debugging, how do you recall the previous command or line you typed? Something similar to pressing the up arrow in a conventional terminal or console.
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
1
vote
2 answers

Debugging ruby in RubyMine

I am new to Ruby and RubyMine but I have tried essentially everything I have found online but can't get the debugger to work in RubyMine, keep getting the following error: Error running 'simple_array_sum': Failed to Install Gems. Following gems…
Ruskin
  • 1,504
  • 13
  • 25
1
vote
1 answer

How to use ruby mine debugger to debug rails app?

I'm new to rails. The current way that I do debug on rails is: Run rails in rubymine in debug mode Instead of putting a break point, I will put down "binding pry" in code Open terminal and type "rails c". Trigger the specific state/event in…
user3019766
  • 131
  • 1
  • 10
1
vote
1 answer

Rubymine does not detect folder directories in Rails Application

This happened right after i did a restart; Ruby mine detects files at root directory but does not detect folders. What caused this? What should I do to fix it?
james
  • 515
  • 4
  • 14
1
vote
1 answer

Rubymine 8: How to turn off Database Detector

How do I turn off the Database Detector in RubyMine 8?
WiredIn
  • 4,157
  • 4
  • 27
  • 23
1
vote
1 answer

Empty test suite - Test-Unit RubyMine

this is my first time using RubyMine and I can't make the Test Framework recognize the tests. If I run the greed.rb file it shows the result of the tests: But if I run the tests it shows this: I have read the question about minitest and tried to…
moondaisy
  • 4,303
  • 6
  • 41
  • 70
1
vote
1 answer

Getting Load error -- watir-webdriver on Mac Yosemite

I have Ruby 2.2.2, I have already watir-webdriver gem installed, when I run following script require 'rubygems' require 'watir-webdriver' browser = Watir::Browser.new :firefox It gives in `require': cannot load such file --…
Janhavi
  • 11
  • 1
1
vote
0 answers

could not save application settings java.io.EOFEexception in rubymine

Hi am facing this issue when I open rubymine could not save application settings java.io.EOFEexception I don't know why its coming my rubymine version is 7.0.1 Please help me out how to overcome with this error. Thanks in advance.
Dinshaw Raje
  • 933
  • 1
  • 12
  • 33
1
vote
2 answers

Enabling auto-updates in RubyMine

Is there a way to enable autoupdating in RubyMine? According to this page, you can Use this page [i.e. "File | Settings | Appearance and Behavior | System Settings | Updates"] to: Enable automatic update of RubyMine and specify to which kind of…
Nic
  • 6,211
  • 10
  • 46
  • 69
1
vote
0 answers

rubymine scanning project directories takes too long

I am getting this issue from last few days. Rubymine keeps showing "scanning project directories" in the footer of the window for hours. Sometimes for day. This brings the issue that I am not able to click on any method and land on it. Moreover…
techdreams
  • 5,371
  • 7
  • 42
  • 63
1
vote
1 answer

Is it possible to upload previous changes when using a VCS?

I'm using git as a VCS and I got several commits in a project. I'd like to upload every change made after a specific commit that is not the latest. Currently, if I want to do this, I have to upload practically every file in my project, or manually…
dev404
  • 1,088
  • 13
  • 34