Ruby on rails devkit windows -
i having problem in installing devkit of ruby on rails. here's error got
c:\devkit>ruby dk.rb review based upon settings in 'config.yml' file generated running 'ruby dk.rb init' , of customizations, devkit functionality injected following rubies when run 'ruby dk.rb install'. c:/ruby192 c:/ruby192/include/ruby-1.9.1 c:\devkit>ruby dk.rb install [info] updating convenience notice gem override 'c:/ruby192' [info] installing 'c:/ruby192/lib/ruby/site_ruby/devkit.rb' [error] unable find rubygems in site_ruby or core ruby. please install rubygems , rerun 'ruby dk.rb install'.
please me
thanks
the error added c:/ruby192/include/ruby-1.9.1
list of ruby installations.
by default dk.rb
not find , not valid path.
please ensure config.yml
contains this:
- c:/ruby192
the dash important
once that, try ruby dk.rb install
again.
Comments
Post a Comment