RubyMine is a commercial IDE for Ruby and Ruby on Rails built on JetBrains' IntelliJ IDEA platform.
0
votes
1answer
27 views
RubyMine - NoMethodError: Undefined method 'get' for nil:nilClass - Webdriver UserAgent
I am new to RubyMine and trying to debug an project that I did not write myself.
The error when I ran the Project.feature and it stopped at the first line 'Given I go to this Website'.
...
0
votes
0answers
17 views
Debugging JavaScript inside RubyMine
I have a Sinatra project that is almost just three files:
One service.rb file that is for the Sinatra project.
One Index.html file
One javascript file that calls the web services that are in the ...
0
votes
0answers
20 views
How to remote debug rails app in rubymine 4.5?
There is a short article about how to remote debug a rails app. But it is too brief. Is there a post with details about how to remote debug? Our server is a ubuntu server and development environment ...
0
votes
0answers
18 views
Cannot get RubyMine 5.4 to install Gems
I have built a rails app in BBEDIT and iTerm2 and I have now opened it in RubyMine 5.4. It tells me I have missing gems and to run bundler install to install them. When I do this is the response I ...
0
votes
1answer
57 views
Issue with Mysql2, RoR, and Windows 8 x64
Okay so I've been having a heck of a time getting my IDE environment setup for Ruby and RoR. Every issue so far I've been able to solve except one so I humbly ask the mighty stackoverflow for ...
1
vote
0answers
27 views
Change Rubymine Rspec Color
Im using Rspec for Testing, but CAN'T find how to change the grey color in to Red and Green.
Im testing so much that -especially when an error occurs- im having a hard time reading the passed and ...
0
votes
0answers
44 views
rails cannot perform migrations and modify the database
when I tried to access some of my SQLite db records through RubyMine IDE(5.4.1/4.0.3), I got the following error stack trace:
com.intellij.execution.ExecutionException: Exception in thread "main" ...
0
votes
1answer
27 views
rubymine complaining about rails controller scaffold syntax
I'm scaffolding with rails, and the following code is being generated
format.json { render json: @leg, status: :created, location: @leg }
But RubyMine is complaining unless I switch it to
...
0
votes
1answer
29 views
Can I debug dynamically added Ruby method?
I want to store brief snippets of code in the database (following a standard signature) and "inject" them at runtime. One way would be using eval(my_code). Is there some way to debug the injected code ...
1
vote
1answer
98 views
RubyMine 5.4 debugger times out, but debug console shows connected
I have a twist on the much-asked "how to get rubymine debugging to work" on a rails project. Selecting "Run/Debug 'myproject'" in RubyMine pops up a dialog titled "connecting to the debugger" which ...
0
votes
1answer
16 views
RubyMine should autofill instance variables
I would like rubymine to be able to autocomplete for instance methods.
def get_db
return Mysql::new(DB_HOST, "x", "x", "x")
end
DB = get_db
if i where to type in
DB.
I should get all the ...
2
votes
1answer
17 views
Rubymine: How do i make it so that when i type # in double quoted string, it auto fills #{}
When i'm in a double quoted string
if i type #, I would like rubymine to autofill with #{cursor_here}
which would allow me to type first_name inside and then tab out of the brackets so i can quickly ...
0
votes
0answers
21 views
RubyMine or IntelliJ - Fuzzy file searching by directory?
I'm attempting to use RubyMine, but there's one feature that's consistently killing my productivity. I use this all the time in Sublime.
Say I have a hundred index.html.haml files strewn across my ...
0
votes
0answers
39 views
“Get Available Generators List” warning in RubyMine. How do I get rid of this?
I am using RubyMine 5.4.1 and was creating a new rails 3.2.9 application using ruby 1.9.3-p0, and received the below warning. I believe bundler was running install at the time. The warning header ...
0
votes
0answers
13 views
Rubymine intellisense for module + class
I have some rb classes - init.rb as entry point, class.rb as Class, module.rb as Module.
In init.rb I first require Module, then Class. Class includes Module.
So when I use the methods of the module ...
1
vote
1answer
18 views
Rubymine reveal current document in project tree / project drawer
If i'm working on a file in RubyMine, is there a shortcut key or context menu option where I can "reveal in sidebar" and it basically would expand the project tree down to the file I currently am ...
3
votes
1answer
24 views
RubyMine search project for file by path
In SublimeText 2 I can do: cmd + t
And then type either file names or folder names and the results displayed
are files that either match files that match the term i'm searching for for files that ...
0
votes
0answers
34 views
I Installed An Eval Version of RubyMine. Now My Specs Have ##teamcity All Over
I've removed pretty much all traces of RubyMine from my Mac, but when I run a RubyMotion spec, I still get stuff like:
##teamcity[testFinished timestamp = '2013-04-18T10:35:33.630-0700' duration = ...
0
votes
0answers
37 views
Live preview / WYSIWYG support or plugin for Rubymine?
I'm using Rubymine 5.4 for Windows and it's overall amazing, and 95% as good as Visual Studio as an HTML / CSS Editor with a few exceptions... the main one being a lack of a live preview /WYSIWYG ...
0
votes
1answer
34 views
Shortcut for Rubymine fullscreen mode on Mac OS X
You can enter full-screen mode in Rubymine by navigating to MENU > VIEW > ENTER FULL SCREEN. Once in full-screen mode, moving your mouse to the top of the screen triggers the menu bar to ...
0
votes
1answer
44 views
Shortcut keys for full-screen mode in Rubymine (4.x+ or 5.x+) for Windows?
I'm using Rubymine 5.4 for Windows (the best Ruby IDE I've found by far, BTW). You can enter full-screen mode by navigating to MENU > VIEW > ENTER FULL SCREEN. Once in full-screen mode, moving ...
0
votes
2answers
56 views
Ruby on rails app debug and develop
I have been in Ruby on Rails for a while. Now I clone a very nice project from GitHub and i want to debug it with RubyMines.
Can someone please sugest me how do i proceed further? Do I start with ...
1
vote
1answer
33 views
Move a method between classes using RubyMine
How do (can I?) I move a method from one class to another using RubyMine?
I tried right-clicking on the method name, selecting Refactor, and Move ..., but that gives me Move file path/to/file.rb To ...
1
vote
0answers
70 views
JDBC Error in RubyMine 5.4
I have a problem with ruby mine 5.4 an connection to my sqlite3 or mysql database.
There comes allways the same error msg:
Connection to Rails rails3-bootstrap-devise-cancan-master: development ...
0
votes
0answers
36 views
Different Between Adding JS library to RubyMine settings and typing it by Hand?
I can go to Preferences -> JavaSCript libraries and add for example D3.js library to the set of JavaScript libraries I need to work with. So looks like then I don't need to declare it explicitly in my ...
0
votes
0answers
19 views
Creating an empty project with RubyMine
My Rails project work perfectly fine with RubyMine, I can run the server, debug the code, etc
But now this time I wanted to create an empty project, added an index.html page to it. And selected "Run" ...
0
votes
0answers
64 views
Installing of gems in rubymine
I'm using the RubyMine IDE and I'm facing the problems with select version. I have installed the Devkit for ruby 2.0.0. But still I get the following error whenever I try to install gems under select ...
3
votes
2answers
68 views
Rubymine deprecation warnings
Does anyone know why according to Rubymine this is acceptable where({name: 'Jim'}) but this where(name: 'Jim') causes a deprecation warning which reads
"Supplying any condition to the finder or ...
0
votes
1answer
56 views
How to change a past git commit+push message in RubyMine?
I accidentally gave a wrong message and pushed a commit with it using RubyMine. Is there any way I can correct it? RubyMine way would be preferred not to mess up git, but other trusted ways are also ...
1
vote
1answer
62 views
What is the keyboard shortcut for 'Commit' in the 'commit changes' dialogue in RubyMine (and PHPStorm, IntellijIDEA, PyCharm etc)?
After choosing git --> commit changes, I have a dialogue as below with 'Commit' in the bottom right. It seems to have the 'i' underlined, however I can't work out what the shortcut for it is as none ...
0
votes
2answers
89 views
can't run rails server (activesupport error)
in my application, in the last few days, i'm unable to run the rails server/rails s or even bundle exec rails server command any more.
it was running like a charm before.
i tried to revert the ...
0
votes
1answer
29 views
How can I run only one test for only one spec file in RubyMine
I'd like to run only one test for only one spec file in request folder in RubyMine. But I can test only all files with spec:request task. Can anyone help me to run only particular test?
0
votes
1answer
114 views
Rails server not working in Rubymine but working in terminal?
I am running Ubuntu 12.04 with rvm env:
export PATH ; PATH="/home/wojtek/.rvm/gems/ruby-1.9.3-p392/bin:/home/wojtek/.rvm/gems/ruby- 1.9.3-p392@global/bin:/home/wojtek/.rvm/rubies/ruby-1.9.3- ...
0
votes
0answers
25 views
How do I type a control character in RubyMine or IntelliJ
I need to put an escape into a file. (terminal style escape, looks like ^[ on a naive terminal).
In VIM I would simply type control-v then hit . But this of course doesn't work in rubymine. control-V ...
0
votes
2answers
473 views
rubymine error: You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this
When I run rspec from my rubymine editor,I get this error:
You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this.
I also tried this:
gem ...
2
votes
2answers
69 views
Error while running irb file
This is my first program :
require 'rubygems'
require 'watir'
ie = Watir::IE.new
ie.goto("http://www.google.com")
ie.text_field(:name, "question").set("microsoft")
ie.button(:name, "btnG").click
...
1
vote
2answers
127 views
Getting started with Ruby, Watir and Ruby Mine?
I want to automate testing of an e-commerce website. I installed Ruby, Watir, Gems and Ruby Mine.
Though I played around with RubyMine I could not figure how to start writing a simple script:
How ...
2
votes
1answer
52 views
“This is a stub, used for indexing” in most methods?
I was investigating curses.rb of the curses gem, I found this everywhere:
def attrset(attrs)
#This is a stub, used for indexing
end
# bkgdset(ch)
#
# Manipulate the background of the current ...
1
vote
2answers
53 views
How extract code from project to gem fast (move class from project to gem)
I have a complex project written in Ruby on Rails. And i need to split it for smaller subrojects. And some code used in all subroject, so I want to move it to librabry (core) and after just reuse the ...
1
vote
1answer
42 views
assets missing when launching/debugging Rails from RubyMine
I'm trying to test an opensource Ruby on Rails site (pophealth). I've got a VM running Ubuntu 12.10 and RubyMine. It took a while to get all of the gems working right but they are working well now. ...
0
votes
1answer
23 views
Rubymine: How to jump back?
It's really great Rubymine allows us to Cmd+Left-Click to trace where a method is defined and jump to the source file/location.
I doubt if there's a hot-key to go back, which is helpful when ...
1
vote
1answer
62 views
Using RubyMine 5 with a Virtual Machine
I just got RubyMine 5.0.2, it's supposed to support Virtual Machines.
I have VMware Player with CentOS installed and RubyMine 5.0.2 installed in Windows 8.
When I create a new project with the path ...
0
votes
0answers
40 views
Tests pass in Terminal using guard but fail in Rubymine
I'm working my way through Michael Hartl's Ruby on Rails Tutorial. I'm up to 3.6.2, Automated Testing with Guard. I am using the Rubymine IDE.
Guard is installed and configured correctly. Tests will ...
0
votes
0answers
30 views
Run multiple Rakes in RubyMine 4.5.4 with Cucumber
I was wondering if there was a way to run several Rakes in RubyMine 4.5.4 with Cucumber at once.
Let's say I have rake1, rake2, and rake3 to choose from. I want to make it so that rake1 gets run, ...
0
votes
0answers
83 views
using ruby selenium web-driver no_proxy environment variable in a before hook
So I saw here that selenium web-driver has a no_proxy variable but I haven't see any information on how to actually set it during runtime. Currently I have a mess under a open_browser method and I'm ...
0
votes
1answer
48 views
Debugging Rails Server with RubyMine 5: Which server?
Any recommendations for which server is the best to use for RubyMine debugging?
Webrick works correctly, but is slow to start.
Unicorn starts quickly, but the debugger doesn't work as the session ...
-2
votes
1answer
92 views
Rubymine not recognizing installed gems
My Ruby project is not recognizing the gem I just installed in Terminal. The gem is also not showing up in external libraries.
1
vote
1answer
131 views
From RubyMine to Mac command-line app?
I'm a fairly accomplished developer, and know enough Ruby to shoot my foot from several polymorphic directions. Honestly, I have no interest in Rails and want to work with Ruby strictly as a Mac ...
-1
votes
1answer
64 views
Having trouble installing/using gems in ruby [closed]
Using rubymine on linux, and installed gem "twitter", but when when i require it in .rb file it said file not found
Also:
greg@greg-VirtualBox:~$ gem install twitter
/home/greg/.rvm/bin/gem: line 6: ...
0
votes
0answers
245 views
unable to attach test reporter to test framework or test framework quit unexpectedly
For 2 days i have been fighting with this problem. and could not get a solution
link to my project files:
https://github.com/gitamsinghkaystha/streamingtestframework.git
ruby version:1.8
rubymine 4
...





