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
1
vote
1 answer

RubyMine is not installing gems to the right directory

I have encountered a problem where I create a ruby-on-rails application using RubyMine v7.0 and when I go to run, I get prompted with C:/ruby-2.0.0-p643-x64-mingw32/lib/ruby/gems/2.0.0/gems/bundler-1.9.1/lib/bundler/spec_set.rb:92:in `block in…
Danoram
  • 8,132
  • 12
  • 51
  • 71
1
vote
1 answer

RubyMine graphical debugger not working

I'm ruby 2.2.1 and rails 4.2.0 with RubyMine 7.0.4. I tried to use the graphical debugger but every time when it hits a brake point I get the following error in my browser: undefined method '+' for nil:NilClass
Ilie NEACSU
  • 530
  • 3
  • 12
1
vote
1 answer

Rubymine Rspec Debugging: Uninitialized constant x (NameError)

I often use Rubymine to debug my rspec tests. I have recently upgraded to Rubymine 7.0.2 (Build RM-139.800) and I am receiving an error when trying to debug any rspec test. I have tried to roll back to Rubymine 6.3 and the problem persists. A change…
dior001
  • 751
  • 1
  • 13
  • 32
0
votes
1 answer

Old RubyMine with new Rails - No Rails found in SDK

I had an old RubyMine 7.1.4 in Windows and installed new Ruby (3.0.2p107 (2021-07-07 revision 0db68f0233) [x64-mingw32]) with Rails (6.1.4.1) after uninstalling the old Ruby completely. I configured path to Ruby SDK. RubyMine detected it without any…
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
1 answer

RubyMine-7.1.4 IDE is breaking in MAC OS 10.12

Following are the needed configuration details, Java Version - 9.0.4 MAC OS Version - 10.12 RubyMine - 7.1.4 When I am clicking on RubyMine IDE, its breaking and giving errors, java.lang.NoClassDefFoundError : sun/misc/resource I have googled it…
Mansi Shah
  • 517
  • 5
  • 15
0
votes
0 answers

Bugsnag not notifying completed 404 error rails rubymine

Bugsnag is reporting other errors like 501 internal server error but not 404 error as described in the docs. In gem file i have gem 'bugsnag' in Initializer folder i have bugsnag.rb Bugsnag.configure do |config| config.api_key =…
0
votes
1 answer

How to do debugging in Ruby Mine?

I am using Ruby mine for developing rails application. I tried to use a built-in debugger but I was not getting any results. It always throws some error. Do I need to install any plugin or gems for this? Any help is appreciated...
Sai Ram Reddy
  • 1,079
  • 13
  • 14
0
votes
0 answers

Unable to create Rails Project in RubyMine

I have RubyMine V 7.1.4. All gems and Ruby installed on my machine through rbenv and homebrew. I can create and run rails on my console, but on RubyMine I am unable to create a project. RubyMine does not list the rails which is installed on my…
Nodir Nasirov
  • 1,488
  • 3
  • 26
  • 44
0
votes
1 answer

VCR re-recording cassette does not persist

Thanks in advance - i'm recording a controller spec with vcr. The problem: The first time I run my spec, it records fine, then I delete my_spec_context_dir, re-run the spec, and no cassette is saved under the cassettes dir! The gems: gem…
seanriordan08
  • 296
  • 3
  • 14
0
votes
0 answers

Rails 4 - Remove all traces of a previously used Active Record database

This is the Log. ActiveRecord::SchemaMigration Load (5.0ms) SELECT `schema_migrations`.* FROM `schema_migrations` Unable to load samplero, underlying cause No such file to load -- samplero org/jruby/RubyKernel.java:1065:in…
0
votes
0 answers

RubyMine 7.0.2 Stops Frequently With Very Long Pauses

I have been using RubyMine now for a couple of years, and loving it, but recently it's become almost unusable due to the IDE frequently pausing for long periods (anywhere between 5 seconds and a minute.) I'll simply start typing and there will be a…
John Judd
  • 750
  • 7
  • 22
0
votes
0 answers

Unable to run debug on rubymine

RubyMine is not running server in debug mode it shows the following error Uncaught exception: Could not find yaml_db-0.3.0 in any of the sources I tried to change yam_db to 0.3.5 in gem file but that throws another error. Why is it still showing…
Aitizazk
  • 332
  • 1
  • 4
  • 16
0
votes
1 answer

How statement completion works in RubyMine 7

I am using RubyMine7.1.4 to write my test cases in Ruby. Its an awesome Ruby IDE, but it seems like I am not using totally. For example: If we type syso in eclipse and press enter it will give System.out.println(); How to do that in…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

print unicode charcater to Rubymine console

So I want to print a hebrew character, unicode value of \u{fb20} into the Rubymine console, the common output where hello world would typically go if you were to just run puts 'hello world'. The code I am trying to run is just puts "\u{fb20}",…
user2993456
0
votes
2 answers

Scheduling Cucumber test features to run repeatedly

I have a Cucumber test (feature files) in the RubyMine IDE and lately I have a need to execute one of the feature repeatedly on a scheduled time. I haven't found a way to do so. Any idea or thoughts on scheduling that feature file?
Chuchoo
  • 823
  • 2
  • 17
  • 36