문제

I was trying to create a jruby application using jruby -S rails new OSTH_GGG.

But it returns jruby: No such file or directory -- rails (LoadError).

What is the problem?

도움이 되었습니까?

해결책

Make sure the rails gem is installed:

jruby -S gem install rails

See also this answer to get more details on how to get started with JRuby on Rails.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top