I started to install ruby, and the devkit according to this tutorial.
but i keep getting the same error when i try to open the cmd from ruby or to run a command on that folder: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
I started to install ruby, and the devkit according to this tutorial.
but i keep getting the same error when i try to open the cmd from ruby or to run a command on that folder: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
Did you installed rvm.? May be there are some missing dependencies. There isn't much info in question, but you can do following:
1) if on ubuntu - update / install build-essential
2) Install RVM
3) type rvm requirements and look for dependencies under Ruby / Ruby Head and install them all.
4) rvm install 1.9.2-p180
Read this great article by Ryan Bigg: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/