Tagged Questions

RubyMine is a commercial IDE for Ruby and Ruby on Rails built on JetBrains' IntelliJ IDEA platform.

learn more… | top users | synonyms

20
votes
3answers
2k views

Failed to load remote gems: stack level too deep (SystemStackError)

I have used RubyMine 3.2.1 trialversion for a week now, with no errors at all. But now, when I open RubyMine I get this: What can I do to fix it? I am using Ruby Version Manager as well. ...
14
votes
11answers
4k views

Does RubyMine 2.0 earn it's $99 as a Rails IDE?

I've seen a lot of blogs talk about RubyMine lately, as a best of breed Rails IDE. Currently I am using NetBeans IDE for my Ruby and Rails stuff, but I was wondering if anyone here would personally ...
9
votes
2answers
485 views

Is there a way to tell RubyMine to not use webrick?

When I start my app up in RubyMine I want to be able to use unicorn and my unicorn configs. Is there any way to tell it not to use webrick but use something else like unicorn or thin?
7
votes
3answers
1k views

Pros and cons to RubyMine and TextMate [closed]

I need to move to a "serious" Ruby (on Rails) IDE now that Netbeans is discontinuing Ruby support. I don't want to start a trolling war, but could I'd love to hear the pros and cons of using TextMate ...
5
votes
1answer
434 views

Debugging Rails 3 using RubyMine

I'm using RubyMine to develop a Rails3 application, but I cannot manage to get the debugger working. I always get the following message: Cannot connect to the debugged process at port 60706 in ...
5
votes
3answers
226 views

Unresolved ruby reference in RubyMine

Is there any way to avoid the "unresolved ruby reference" warning in RubyMine IDE? for example, when some code in my view calls a method of the view helper, I get the "unresolved ruby reference" ...
5
votes
2answers
278 views

How do you pass arguments to a rake task in RubyMine 3.0?

The situation I have a rake task similar to desc "A rake Task" task :give_me_gold, [:quantity,:quality] => :environment do |task, args| .... end I am aware from the commandline you type rake ...
5
votes
1answer
132 views

RubyMine to ignore some files when going to file

When going to file (Go To => File, ⇧⌘N on Mac OS X), is there a way to have RubyMine ignore some directories? We have a lot of third party code in vendor which I'd rather ignore.
5
votes
3answers
2k views

How do I do an initial push to a remote repository with Git?

I've read through countless tutorials and I keep coming up short. Here's what I've got: -- I'm running RubyMine on my Windows desktop -- I've installed Git on my WebFaction hosting account per their ...
4
votes
2answers
604 views

rubyMine 'Unable to attach test reporter to test framework'

rubyMine 'MiniTest framework was detected' error when running all model tests. I can run all model tests at the regular command line. e.g. rake spec:models When I use rubyMine: I can run one model ...
4
votes
1answer
759 views

Heroku and RubyMine

Has anyone managed to integrate Heroku with RubyMine? I have Heroku installed and integrated with Git (which is integrated with RubyMine) but I see no way to push to Heroku without dropping to the ...
4
votes
1answer
2k views

Can't run RubyMine debugger with RVM, Ruby 1.9.2 and Rails 3

I've setup a fresh Ubuntu install and followed this guide to install RVM, Ruby 1.9.2 and Rails 3. Then I installed RubyMine 3.0, it automatically detected the Ruby 1.9.2 SDK from the RVM path, so ...
3
votes
1answer
375 views

CoffeeScript IDE for Windows - tried Titanium Studio and RubyMine

I'm trying to find a good way to work on CoffeeScript on Windows and be able to process these files quickly to JavaScript in the IDE. RubyMine - if I just open a .coffee file in RubyMine this seems ...
3
votes
1answer
252 views

Is it possible to run terminal/command prompt inside Rubymine?

I would work much faster if I could have some kind of command line running inside rubymine, is this possible? When testing I repeatedly have to switch to my terminal window and it gets quite annoying. ...
3
votes
1answer
148 views

RubyMine autosave on loss of focus

I previously had textmate set up to save when I lossed focus (i.e. navigated to a different application, terminal etc.) Is there anyway to set RubyMine up to do this?
3
votes
1answer
122 views

Uninitialized constant File::NOCTTY error when I require 'fakefs'

I am trying to use FakeFS but keep getting an uninitialized constant error when I require 'fakefs': C:/Ruby192/lib/ruby/gems/1.9.1/gems/fakefs-0.3.1/lib/fakefs/file.rb:26:in `<class:File>': ...
3
votes
0answers
199 views

How to Send RubyMine Notifications to Growl?

I'm trying to figure out how to get RubyMine's console to send messages to growl. Specifically, since I run Rspec & Spork through RubyMine, I'd like to get Growl notifications of how many tests ...
3
votes
2answers
81 views

Is calling puts without arguments bad practice?

Below is a small screenshot from within RubyMine 3.1. I am just starting to learn Ruby. The code here is from the Presenter-First MVP C# code generator over at atomicobject.com. I am using this ...
3
votes
1answer
345 views

RubyMine debugger with Rake?

Using RubyMine 3.0, I set up a Rake configuration to run a Unit Test. Then I set some breakpoints, then ran the Rake task. No breakpoints were hit, the test just executed like normal and then exited. ...
3
votes
2answers
313 views

Which RubyMine generated files should I commit?

RubyMine generates some files in the .idea directory. In one of my projects I see: *project_name*.iml encodings.xml misc.xml modules.xml vcs.xml workspace.xml Which should I commit to the version ...
3
votes
9answers
3k views

What do you think of “RubyMine” [closed]

Jetbrains has just released a "public preview" of a Ruby IDE called RubyMine The roadmap follows: Nov 1 - Public Preview Release Nov 10 - EAP Opens Q1 2009 - RubyMine 1.0 Release May 28 '09 - ...
2
votes
1answer
21 views

How to move focus to another “tab group” in Intellij IDEs

IDEs based on the IntelliJ platform let you split the editor in various ways, but I don't see an option to move focus from one editor to another using just keyboard (something like other-window from ...
2
votes
1answer
57 views

is it possible to format / reflow html in rubymine?

Is it possible to format or reindent html in RubyMine 3.2.4? I tried Code... Reformat Code but it doesn't seem to do anything for HTML. Do I need a plugin?
2
votes
2answers
116 views

form_tag action not working in rails

I have this form in my application.html.erb. <%= form_tag(:action=>"index", :controller=>"posts") %> <p> // code here </p> I dont understand why is this getting ...
2
votes
2answers
106 views

Can I run a Ruby app with RubyMine on Windows?

I am currently using windows and the RubyMine IDE. I was given a ruby on rails application to run, the problem is i am not really familiar with ruby and I was wondering if I could import the app into ...
2
votes
1answer
165 views

rubymine crashes on debug

After months of good operation with my current gemset, I started getting the following error yesterday: /Users/Tim/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -e ...
2
votes
1answer
389 views

Ruby Debugger in RubyMine

I am trying to run the debugger in Rubymine and I keep getting this error. /Users/skline/.rvm/rubies/ruby-1.9.2-p136/bin/ruby -e ...
2
votes
0answers
136 views

Capybara code completion in RubyMine

Is there a way to get some help from RubyMine's code completion when using Capybara in Cucumber's step definitions? I'm new to Capybara, so not having to check the reference site all the time would be ...
2
votes
2answers
283 views

Problem installing Cucumber in Rubymine 3.1 on Windows OS

I am trying to install cucumber plugin in Rails 3.0 ( RubyMine 3.1), but still not able to install it. I want to install cucumber such that RubyMine 3.1 IDE will have the option of generating cucumber ...
2
votes
1answer
691 views

Rails 2.x app on RubyMine 3.1

i've upgraded to rubymine 3.1 and now rubymine take all project as rails 3 project, but the mine are not. Does anybody of you face this problem. Ruby mine fires up this message, when i try to run ...
2
votes
1answer
439 views

How do I Remote Debug with RubyMine?

I have my RubyMine client running on my Windows machine and my development console and server running on a local Ubuntu VmWare because of problems running several of the gems on windows. There's ...
2
votes
2answers
2k views

RubyMine 3.0 setup on Windows 7

All, I downloaded/installed 1.9.2 windows installer, and then RubyMine3.0RC, and installed it. Opening a new Rails project, with mysql selected as the DB, gives the following error when I "RUN" it. ...
2
votes
0answers
119 views

jQuery IU and RubyMine code inspector errors

I am developing a Ruby on Rails (2.3.9) application on my Windows XP machine with RubyMine 2.0.2. I use HAML/SASS for the views...and want to incorporate jQuery and jQuery UI for some rich content. ...
2
votes
2answers
896 views

Tests run from command line but not in RubyMine - No tests were found

I am trying to use RubyMine to run the tests in an existing project. Unfortunately, whenever I attempt to do so I receive the message that No tests were found and the bottom of test console output I ...
2
votes
1answer
180 views

If I have IDEA, do I need rubymine for ruby dev or will it do both?

Does IDEA support all the features of rubymine, or is rubymine more refined for rails and IDEA doesn't have all the rubymine features?
2
votes
1answer
86 views

How to get the quickfix menu in RubyMine?

According to http://blogs.jetbrains.com/ruby/2009/08/whats-mining-rails-i18n-support/ there should be a quick fix menu that allows me to create translation keys. It seems to be related to the light ...
2
votes
1answer
1k views

Getting JRuby to work in RubyMine

I setup the proper SDK because all my ruby code will compile but RubyMine complains that it can't find the any of my java classes? Is this a flaw or is there a way to get it to recognizewhere the ...
1
vote
1answer
44 views

Connect to MSSQL database with period in the name, using ODBC

If I have a database named something like "foo4.3" and I attempt to connect to it using odbc it looks for a database named "foo4". The period works fine in any other string (for instance puts "foo4.3" ...
1
vote
0answers
33 views

delayed_job 3.0.0 works in console but not WEBrick

Environment: Rails => 3.1.0 delayed_job => 3.0.1 delayed_job_active_record => 0.3.1 WEBrick => 1.3.1 ruby => 1.9.2 Code: class Comment < ActiveRecord::Base def ...
1
vote
1answer
13 views

Syncing Project View with Editor in RubyMine

This should be obvious, but I can't see how to do it. Just want the project browser to stay in sync with the current file I'm editing. I'm using IdeaVIM plugin in case that's causing any issues, ...
1
vote
1answer
46 views

Rubymine: is it missing some key Git functionality available on Eclipse team provider?

I am still on the lookout for a Eclipse-like ROR IDE (at least it should have the functions that I am more or less used to having), and have decided to conduct a trial of RubyMine. Unfortunately I ...
1
vote
2answers
220 views

JetBrains RubyMine 3.2.4 debugger not working

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 ...
1
vote
2answers
171 views

Ruby crashes when trying to debug Rails with RubyMine

When I try to debug rails 3.1 (ruby 1.9.2_p290) with RubyMine 3.2.4 on OSX Lion, I get a /Users/dinguva/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:58: [BUG] ...
1
vote
2answers
152 views

Error - uninitialized constant Devise::IndifferentHash (NameError)

working in rails, and am trying the command 'rails g spree:site' as described in section 4.5 of the Spree getting Started Guide. not sure what the problem is, I am running rails 3.1.1.rc2 on a ...
1
vote
1answer
53 views

Weird change in CPU usage makes RubyMine almost unusable [Graph included]

I have been using RubyMine for about 2 months now and been experiencing performance issues ever since. I thought it was because of the buggy debugger, then because of swapping.. Nay So I realized ...
1
vote
2answers
300 views

ActiveRecord::StatementInvalid: Could not find table

I am trying to run users_test.rb file which just has test "the truth" do assert true end I do have a likes table, still I am getting this error. Why so? Your bundle is complete! Use ...
1
vote
2answers
60 views

Syntax error while running tests from terminal

I have a rails application on RubyMine. While running tests on terminal(Mac OS X 10.7), I am getting the following error: Ruby -Itest test/unit/user_test.rb Creating sqlite :memory: database -- ...
1
vote
1answer
290 views

Exception message: no such file to load in rails application

I have included test_helper.rb under test in my rails application. I have even included require 'test_helper' in my test.rb files under test->unit. When I run all the test in RubyMine for the ...
1
vote
2answers
675 views

Using RubyMine receiving errors

I am trying to learn Ruby on Rails. I purchased Ruby Mine and installed it on Ubuntu. I followed the installation instructions and when I tried to debug my first project in RubyMine, I get this: ...
1
vote
2answers
170 views

Using Ruby 1.9.2 with RubyMine and Matrix

I am using ruby 1.9.2-p290 and RubyMine. And i try to use Matrix (require 'matrix'). So, i have few questions. How can i change any value of matrix? For example: require 'matrix' matrix = ...

1 2 3