I've had issues trying out ROR for 3 systems (CentOS, Mint and Windows) and all fail at different causes. I was thinking Windows would be the simplest but it just gives an error message cannot load the file sqlite3
although sqlite3.exe does exist inside ruby's bin directory so I am confused.
With CentOS, I come across this error message after trying to issue
rails new something
It seems your ruby installation is missing psych(for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
Invalid application name test.
Please give a name which does not match one of the reserved rails words.
For that error, I followed setting guides posted here http://collectiveidea.com/blog/archives/2011/10/31/install-ruby-193-with-libyaml-on-centos/ and also reinstalled ruby, but once issuing the same command to create a ruby project as above, I get the same error.
With Mint, I got got a lot of error messages and tried solutions but none really worked, e.g.
missing gems can
Any help will be highly appreciated. Thank you.