Mark Fraser
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 Empty Test Logs With Rspec Runner
RM 2017.3 (Build 173.3727.132) Ruby 2.4.2p198 Rails 5.1.4 rspec-rails 3.7.2 rspec 3.7.0 I am using the Rspec run configuration and I am not getting any test log output when I run tests from the run... -
创建于 Disappearing cursor
已回答I am running RubyMine version 7.1.4.I am having a problem where every couple hours or so my cursor disappears. I do not know specific steps to reproduce.When it is happening and I click somewhere i... -
创建于 Annoying Scrolling Problem with (Incorrect) Double Quoted String Warning
I just verified that this bug was introduced in version 7 as it does not happen in 6.3.I could not scroll my schema.rb. I was getting the "Double quoted string with no interpolation warning" whene... -
创建于 Run Toolbar Disabled
Just installed Ruby Mine 6.0.1 on a new machine. Same project I have used elsewhere without this problem.Problem is the Run tool bar is disabled. Under View/Tool Windows...every option except Run... -
创建于 "Empty test suite." messages when running tests
I just migrated a project to rails 4. I am using test-unit. The tests all run properly but I am getting a lot of "Empty test suite." message in the console. Even when I right click on one single... -
创建于 Check for Updates No Result/Confirmation?
I am running Ruby Mine 4.5.4 on OSX 10.6.8When I run "Check for Updates", either under the RubyMine menu or under Preferences, nothing apparently happens. No dialog that I am up to date or anythin... -
创建于 "MiniTest framework was detected..." message after installing shoulda
I added shoulda gem to my Gemfile (which already has test-unit gem in Gemfile). Here is the relevant portion:group :test do gem 'mocha', :require => false gem 'shoulda' gem 'test-unit'end Just ... -
创建于 Database Integration?
I have a new Rails project that is just using SQLite and it works fine whether I run it within the IDE or on command line. I have an .rvmrc file in my project and RubyMine appears to be detecting ... -
创建于 Rails request hangs when helper calls shell command
I have a helper in my rails 3.2.2 app that calls a shell script. The helper looks like this:def revision c = File.join(Rails.root, "script", "gitver") `#{c}`.to_iendWhen I start the web ... -
创建于 New Rails Application How to Pass Parameters
Is there a way to pass parameters to the rails command when creating a new rails application in RubyMine (I have the latest version)?Such as I need to pass -O (--skip-activerecord) to create a rail...