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

linecache19 with ruby 1.9.3-p194 and rvm

I've been trying to install linecache19 following these instructions curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem gem install linecache19-0.5.13.gem -- --with-ruby-include=$rvm_path/src/ruby-1.9.3-p194/ I seem to be…
Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196
0
votes
2 answers

Getting routes.rb root to work in Rails

Started working with RoR again! I'm having trouble getting my config/routes.rb file to perform. I'm getting "uninitialized constant ApplicationsController" using RubyMine. Here's what I have changed in my routes.rb after trying to search things…
Matt
  • 559
  • 6
  • 15
  • 27
0
votes
1 answer

"class diagram"-like thing for Backbone.js models and views?

I'd love to be able to see something like RubyMine's model diagrams but for the Backbone.js parts of my project. Anyone know of a tool that does something like that?
alxndr
  • 3,851
  • 3
  • 34
  • 35
0
votes
1 answer

Rails server fails to start with exit code 1 in rubymine

I was using my server yesterday no problem. Came back today with an error when starting the server runnerw.exe C:\Ruby187\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
0
votes
1 answer

psql and pg_dump at same paths return different version information in Rakefile when run from IntelliJ IDea

In IDea 11.1.3 Build-IU#117.798 and trying to use its Ruby plugin to run specs in a project that uses Rails 3.2.8, ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]. I think it is related to having a homebrew version of postgres…
Gary S. Weaver
  • 7,966
  • 4
  • 37
  • 61
0
votes
1 answer

How to add a new instance variable to a class in ruby on rails using rubymine?

I have created a class using scaffold in rubymine and did db migrate. Now I need to add one more instance variable (one more column to table in db) to the same class. How do I do this using rubymine (not from command-line) without destroying the…
0
votes
1 answer

Speed up RubyMine 4.5 in Ubuntu

I like RubyMine, I'm using only it. But the only thing that makes me be worried is that a performance of RubyMine. It takes too much RAM. So I want to turn off unnecessary functionality to speed up it. What would you suggest me?
Alexandre
  • 13,030
  • 35
  • 114
  • 173
0
votes
1 answer

Connecting my ruby program to an SQLite database using RubyMine

I'm writing a Ruby program to manage courses run at a university, the modules associated with those courses, and the students registered on the courses and modules. I'm using RubyMine to write the program, and I now want to connect what I've written…
Someone2088
  • 141
  • 2
  • 7
  • 16
0
votes
1 answer

Can I control the version of rubygems that IntelliJ uses?

I'm trying to start a rails application in IntelliJ with the Ruby plugin. I've imported the application and set up the run configuration as best I can. When I try to run it I get the error: NoMethodError: undefined method `version_requirements' for…
Rachel
  • 3,691
  • 5
  • 32
  • 32
0
votes
0 answers

RubyMine 4.5.2 on MacOSX MountainLion keeps asking for SVN credentials

Since upgrading to RubyMine 4.5 and MAcOSX MountainLion every time I interact with Subversion I need to re-authenticate myself. It seems that the SVN auth cache is broken, either in RubyMine, MountainLion or the combination of the too. Anyone else…
patschiboy
  • 1,091
  • 8
  • 21
0
votes
1 answer

Can't connect to correct mysql installation using RubyMine

I'm pretty sure that this has to do with my setup but let me lay it out first. I have installed XAMPP on my machine for my LAMP projects. I'd also like to do a little Rails development for fun (RubyMine looks pretty sweet). I've installed Homebrew…
Collin White
  • 640
  • 1
  • 11
  • 27
0
votes
1 answer

Is it possible to run a single Steak test in RubyMine?

I've recently migrated from TextMate to RubyMine and have really liked it so far. One thing I noticed was that RubyMine doesn't have a Steak plugin like TextMate does, which allows the ability to run a single scenario. Is there any way to do the…
Kai
  • 23
  • 3
0
votes
1 answer

No autocompletion on required classes in Rubymine

I am requiring the date library and I would expect the methods from this library to appear in the code completion list (and hence get the documentation inline). However nothing appears. Why so?
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
3 answers

Rubymine Close File Shortcut (Mac or Windows)

How do I close the current file I'm working in (in Rubymine)? I don't want to click the 'x' because I hate the mouse, and I don't want to "close all modified" I simply want to close the current file that has focus, much like I can in any other…
botbot
  • 7,299
  • 14
  • 58
  • 96
0
votes
2 answers

Not being able to see sqlite tables with rubymine data source plugin with osx

I am attempting to use the data sources pluigin for rubymine 4.0.3 but I am getting an unexpected error. when I configure the connection and test it, it works fine. However when i connect I am told that there are no tables in the database, even…
Pynner
  • 1,007
  • 10
  • 22