Questions tagged [rubymine]

RubyMine is a commercial cross-platform IDE for Ruby and Ruby on Rails development, created and provided by JetBrains.

RubyMine is a commercial cross-platform IDE for Ruby and Ruby and Rails development, created and provided by JetBrains.

Main features include:

  • Customizable editor with support for Ruby and Rails, JavaScript and CoffeeScript, ERB, Slim and HAML, CSS, Sass and Less, and more.

  • On-the-fly code analysis with quick-fixes and code autocompletion for Ruby and Rails.

  • Various code navigation options including the ability to navigate to the methods defined in the app, as well as those of Ruby, Rails, and gems.

  • Finding usages, extracting and renaming methods and variables throughout the project, and other refactoring options.

  • Visual testing suite and debugger for Ruby and JavaScript.

  • Git integration and support for other version control systems.

  • Support for RVM, Rbenv, RSpec, Cucumber, RuboCop, Vagrant, Puppet, Docker, and other technologies, tools, and frameworks.

Links:

1257 questions
0
votes
1 answer

How do I initialize a gem (guard-rspec) from inside of rubymine?

I'm n00b at rails so I may be missing something that is completely obvious :) I just installed the guard-rspec gem with bundle install but I need to initialize it in RubyMine. i.e. bundle exec guard init rspec For the life of me I can't figure out…
Fatlad
  • 324
  • 5
  • 21
0
votes
1 answer

Installing RubyMine on Windows 7 persistent error: "Could not find "README" in any of your source paths."

I installed ruby 1.9.3 w/ rubyinstaller-1.9.3-p194.exe, and then installed RubyMine right after, as per directions: http://www.jetbrains.com/ruby/quickstart/index.html and http://rubyinstaller.org/ I have git hub for windows already installed…
Fatlad
  • 324
  • 5
  • 21
0
votes
1 answer

How to Start WEBrick Server in Rubymine Console from Ruby Script

I have Ruby script that creates a proxy so that I can make HTTP request to a server from the command line using a session ID that the server expects. First of all, the script works great when I run it from the command line @web_server_thread =…
marteljn
  • 6,446
  • 3
  • 30
  • 43
0
votes
1 answer

RubyMine hangs when starting debugger

I am running OSC Lion, RubyMine 4.0.2, Ruby 1.9.3p125, and Rails 3.2.3. Debugging has always worked fine for me in RubyMine. But today, my server crashed while using the debugger (when it hit an Exception breakpoint) and now I can no longer debug.…
Dave Isaacs
  • 4,499
  • 6
  • 31
  • 44
0
votes
1 answer

RubyMine randomly disappears from the taskbar in Ubuntu

RubyMine keeps on disappearing from the taskbar in Ubuntu 10.10. Who else encountered this problem? found any solutions ? This is really annoying, when you work on 2 or more projects in parallel. There's a ticket here already, but they're saying…
Said Kaldybaev
  • 9,380
  • 8
  • 36
  • 53
0
votes
1 answer

JetBrains RubyMine code MS Word export

Is there a function in the RubyMine IDE to export the code in a Microsoft Word document while retaining the format (font-family, font-size, color etc.) from RubyMine? Thanks for your help! Kind regards, shub
shub
  • 1,062
  • 6
  • 21
  • 39
0
votes
2 answers

Ruby - ExecJS not loading (I have the proper materials and PATH location.) [Windows]

I am having a problem with the ExecJS in that it is unable to locate a required Runtime. I am using Windows, and I have both Windows CScript and Node.js installed on my computer, but neither of these guys are being invoked. As a result, I am unable…
Jim Pedid
  • 2,730
  • 3
  • 23
  • 27
0
votes
1 answer

Rubymine 4 on OS X Lion: how to access bundled database support?

This must be obvious, but I can't find any way to access the bundled database support in my brand-new Rubymine 4.0.2, on OSX Lion. Looking in Preferences|Plugins, Database Support is checked and marked as "Bundled", which presumably means it is…
Peter Krnjevic
  • 1,070
  • 15
  • 20
0
votes
1 answer

Is it possible to configure RubyMine to use double quotes in intentions?

When I use the intention to convert a symbol to a string in RubyMine, it uses single quotes. Is it possible to configure RubyMine to use double quotes?
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
1 answer

after running bundle install with rubymine still gems are missing

I started a new rails application project with rubymine. After that Rubymine ran a bundle install. project did not succeed in running on one project - with no mysql definition the error is gemnotfound - could not find gem sqlite on one project…
Bick
  • 17,833
  • 52
  • 146
  • 251
-1
votes
0 answers

I want to create a file with Rubymine and have the creation program open it

Bard gave me this program for Windows but it doesn't work. Says it can't find the file Any suggestions. def generate_file(filename) file = File.open(filename, 'w') file.puts 'This is the content of the file.' file.close # Open the…
-1
votes
1 answer

What is causing my rubymine test results runtime to be in days?

The project I work on is ruby BE, react FE, with end to end tests written in capybara/cucumber. Due to some configuration file or something I'm guessing, when I run the tests, the output states several hours per test and I'm not sure where this is…
shicky
  • 2,076
  • 5
  • 30
  • 44
-1
votes
1 answer

(Capybara, Ruby) How do i check the dropdown has more than 1 value (7 values in this case)?

(New to testautomation) Hopefully someone can help me out. I need to be able to check the dropdown has a specific amount of values (in my case 7 different values) which change every month or so. So I can't hardcode the values that are within this…
-1
votes
1 answer

Autocomplete not working for array methods in RubyMine

I am using RubyMine 2018.3. With the following, I didn't get suggestions for new after typing up to ne. array1 = Array.new With the following, I typed up to pus, and didn't get auto-complete suggestion for push. array1.push("shivendra") Similarly…
AConsumer
  • 2,461
  • 2
  • 25
  • 33
-1
votes
1 answer

RubyMine doesn't load the rbenv-vars plugin

I use rbenv and the rbenv-vars plugins. They work fine when I launch my rails server in a terminal. So nothing is wrong with my configuration or my installation. If I launch my server from RubyMine, my environment variables aren't loaded. All the…
Fusco
  • 64
  • 8