What does this error message mean, and how can I set up this project so that the server will function?
I'm using Windows 7, Ruby 2.2.4, Rails 4.2.0, and bundle install
passes.
gem list
reports:
nokogiri (1.6.8.1 x86-mingw32, 1.6.7.2 x86-mingw32, 1.6.6.2 x86-mingw32)
Per "'require': cannot load such file -- 'nokogiri\nokogiri' (LoadError) when running `rails server`" should I be specifying Nokogiri in the Gemfile? Currently it is not specified.
I don't know what to make of this error report:
PS C:\Users\user_name\web_page> rails s
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x86-mingw32/lib/nokogiri.rb:29:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x86-mingw32/lib/nokogiri.rb:29:in `rescue in <top (required)>'
...
from bin/rails:9:in `require'
from bin/rails:9:in `<main>'
Should I uninstall and reinstall Nokogiri?