Questions tagged [rubymine-7]

RubyMine 7 comes with a new plugin that integrates Chef to help you build, deploy and manage your infrastructure.

RubyMine 7 comes with a new plugin that integrates Chef to help you build, deploy and manage your infrastructure.

55 questions
0
votes
1 answer

Can't debug Rails app in Rubymine

When I debug a simple rails app (only ran scaffold command). Rubymine does not show any variable in debugger window. I already installed ruby-debug-ide 0.4.30, debase 0.1.3 gems on Rubymine and I am using ubuntu 14.04, ruby 2.2 , rails 4.2.2, rbenv…
Junan Chakma
  • 651
  • 7
  • 14
0
votes
1 answer

Rubymine use local gem configuration

I'm running Ruby mine 7.1.2 on Windows and I'm having difficulty with it because it seems to want to use its own gems and version of fun where. My application works fine from the command line if I do bundle install or bundle exec rails script but…
Xodarap
  • 11,581
  • 11
  • 56
  • 94
0
votes
1 answer

Rubymine Cucumber Windows 7 install Gherkin error

Just wondering if anyone has the above combination working on win 7 64 bit. I'm having issues running cucumber as I'm having problems with gherkin. I see on the github there are some issues with it on 64 bit machines I just couldn't get the fix to…
0
votes
2 answers

Use template to create multi-page ruby on rails web application

Is there any way to create a webpage template that I will be applying to all my webpages? I am new to ruby on rails, I have gained enough knowledge to understand how flow works in it but can't find out the way to use the same page-template for all…
VD007
  • 267
  • 2
  • 15
0
votes
0 answers

How to fix issue with Nokogiri in RubyMine in order to run Rails application

I have had these issues now for several months. I am trying to run a Rails application using the RubyMine IDE on Windows 8. I have tried running a Rails application on Mac OS through RubyMine and have experienced the exact same problem which is a…
Danoram
  • 8,132
  • 12
  • 51
  • 71
0
votes
2 answers

Unable to Run Rails Server on Port 80 in Yosemite

I am using RubyMine. I recently upgraded from Snow Leopard to Yosemite. When I try to set Port 80 I get following error. /Users/xx/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/socket.rb:206:in `bind': Permission denied - bind(2) for 127.0.0.1:80…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

Create my own shortcuts in RubyMine

I know Ctrl+Shift+. will add <%= %> to your html.erb views. But can I make my own definitions? For example, can I create something like this... Ctrl+Shift+b to add binding.pry in a controller file?
mikeymurph77
  • 752
  • 1
  • 11
  • 28
0
votes
1 answer

I am trying to run the following array method using ruby but keep getting the following error:

arr = [2,4,6,8] i = 0 while i < arr.length do puts arr[i + 1] - arr[i] i = i + 1 end It puts out the values on the console but also issues an error ERROR (on RubyMine 7): C:\Ruby21\bin\ruby.exe -e …
Ifad Noor
  • 105
  • 1
  • 1
  • 7
0
votes
1 answer

Navigating back to implementation is not working in rubymine 7

Rubymine: 7.0.3 OS: Ubuntu 14.04 LTS If I want to see any methods source code Ctrl + left mouse or Ctrl + B is taking me to the source code, even it is in another file. If I want to come back to same implemented place again, it is not coming. I…
Chezhian
  • 773
  • 9
  • 15
0
votes
0 answers

i start new nulled gem project in ruby mine and have error

on os x 10.9.5 i start new gem project in ruby mine require "test/version" module Test puts "123" end and have error /usr/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)…
1 2 3
4