Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Roman Chernyatchik
Total activity
2197
Last activity
February 04, 2022 14:36
Member since
September 18, 2007 08:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
784
Activity overview
Posts (13)
Comments (1400)
Sort by recent activity
Recent activity
Votes
Created
April 13, 2011 12:44
If you are using bunlder - that mention 'test-unit' gem in Gemfile, otherwise you need somewhere to load gem manually in your source code. E.g.:require 'rubygems'gem 'test-unit'require 'test/unit'I...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Created
February 06, 2012 11:11
Aki,How do you launch spork server? Do you use RubyMine's "Tools|Run Spork Drb Server..." action?
Community
RubyMine
EAP 112.669 Problem with Rspec
0 votes
Created
January 10, 2012 15:05
Hi it is rdoc syntax highlighting, it uses Ruby language settings.
Community
RubyMine
Why are Ruby comments beginning with '#=' highlighted differently?
0 votes
Created
January 10, 2012 13:55
Thanks, please track issue http://youtrack.jetbrains.net/issue/RUBY-10193
Community
RubyMine
ruby 1.9 style hashes
0 votes
Created
December 27, 2011 13:16
Which run configuration do you debug? Spork server actually executes your code, so if you need to debug your application(instead of some spork classes) you need to launch spork server in debug mode.
Community
RubyMine
Spork, EAP 112-219, Ruby 1.9.2, Debugger not stopping
0 votes
Created
August 24, 2011 14:39
We've already enabled it in 4.0. RubyMine 4.x builds will suggest to update to higher versions, but 3.x wont suggest to be updated automatically to 4.x.
Community
RubyMine
Feature request: please consider an auto-update feature!!!
0 votes
Created
March 31, 2011 17:24
Hi,Thank you, we've reproduced the problem and are working on it. As a workaround we can suggest to disable ruby-debug19 gem in your Gemfile. Problem is caused by a conflict on runtime between ruby...
Community
RubyMine
RSpec won't stop at breakpoint (alt)
0 votes
Created
March 31, 2011 20:16
Which error did he get? I'm asking because at first a checked on my development machine and it works.
Community
RubyMine
RSpec won't stop at breakpoint (alt)
0 votes
Created
April 01, 2011 17:42
and explicitly added gem 'ruby-debug-ide' in my gemfile and ran bundle install For debugging using RubyMine you don't need to specify any debug gems. RubyMine will pass them on runtime automati...
Community
RubyMine
RSpec won't stop at breakpoint (alt)
0 votes
Created
April 05, 2011 15:47
We are working on the problem. Dennis has already fix conflict between ruby-debug and ruby-debug-ide gem api. At the moment debug fails on latest ruby 1.9 patchlevel and we are going to update deb...
Community
RubyMine
RSpec won't stop at breakpoint (alt)
0 votes
«
First
‹
Previous
Next
›
Last
»