S
S
Sergey Vyvolokin2015-03-07 10:55:18
Ruby on Rails
Sergey Vyvolokin, 2015-03-07 10:55:18

RubyMane errors on Windows on startup?

Hello, dear users, I just started learning Ruby and ran into a startup problem when loading RybuMine.

"C:\Program Files (x86)\RubyMine\bin\runnerw.exe" "D:\Programming Language\Ruby Language\bin\ruby.exe" -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) "F:/RubymineProjects/Ural-Race Test/bin/rails" server -b 127.0.0.1 -p 3000 -e development
D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/resolver.rb:369:in `resolve': Could not find gem 'jbuilder (~> 2.0) x64-mingw32' in the gems available on this machine. (Bundler::GemNotFound)
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/resolver.rb:167:in `start'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/resolver.rb:129:in `resolve'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/definition.rb:193:in `resolve'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/definition.rb:132:in `specs'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/definition.rb:177:in `specs_for'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/definition.rb:166:in `requested_specs'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/environment.rb:18:in `requested_specs'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/runtime.rb:13:in `setup'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler.rb:122:in `setup'
  from D:/Programming Language/Ruby Language/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/setup.rb:18:in `<top (required)>'
  from D:/Programming Language/Ruby Language/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `require'
  from D:/Programming Language/Ruby Language/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `rescue in require'
  from D:/Programming Language/Ruby Language/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39:in `require'
  from F:/RubymineProjects/Ural-Race Test/config/boot.rb:3:in `<top (required)>'
  from F:/RubymineProjects/Ural-Race Test/bin/rails:3:in `require_relative'
  from F:/RubymineProjects/Ural-Race Test/bin/rails:3:in `<top (required)>'
  from -e:1:in `load'
  from -e:1:in `<main>'

Process finished with exit code 1

I don't understand why he doesn't like it. Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Radushevsky, 2015-03-07
@doromones

Does not find jbuilder gem,
you can try to do it
or try to install rails from here railsinstaller.org/en clean
PATH so that there are no unnecessary links to binaries
(my advice: since you are under Windows, use vagrant)

O
OnYourLips, 2015-03-07
@OnYourLips

I see the obvious and the only simple solution: install Linux in a virtual machine, put it on Linux, forward the port from the virtual machine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question