When I try to setup basic installation and initiation of server using Rails 4.0.0 on Ruby 2.0.0, I\'m facing the following error message.
/usr/local/lib/ruby
see:https://stackoverflow.com/a/39136421/6755206
fortunately, you don't have to switch to ruby 2.0
there is a solution to this issue, after endless trying...
https://github.com/hwding/sqlite3-ruby-win
gem uninstall sqlite3 --all
gem install bundler
bundle install
rake native gem
gem install --local sqlite3-xxx.gem
('xxx' is version code)irb
require 'sqlite3'