I used http://railsinstaller.org/ to install a bunch of packages. Then I created a rails app by calling rails new myApp
and then rails server
but unfortunately I got this error: Click Here
So I think I would just rather remove rubinius or do some sort of clean install of ruby and all it's dependencies but that might be an issue because I might accidentally delete some files and not remember what they were.
Thanks for the help.
The Ruby installer installs RVM for you, which then installs and manages each Ruby for you, so to remove it, at a command line, use:
Further instructions can be found on the RVM site:
https://rvm.io/rubies/removing/
To add a new Rubinius:
See https://rvm.io/rubies/installing/ for more.