I've been having problems with railsinstaller on my windows 8 laptop which originates from the inability to run the server in the (project) directory using the rails s
command however contrary to the many tutorials out there, I receive this every time.
C:\Sites\demo>rails s
Could not find gem 'tzinfo-data (>= 0) x86-mingw32' in the gems available on thi
s machine.
Run `bundle install` to install missing gems.
Then when I try and run bundle install it returns this error.
C:\Sites\demo>bundle install
DL is deprecated, please use Fiddle
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed (https://rubygems.org/gems/rake-
10.4.2.gem)
An error occurred while installing rake (10.4.2), and Bundler cannot continue.
Make sure that `gem install rake -v '10.4.2'` succeeds before bundling.
C:\Sites\demo>
But everything I have tried to resolve the "FetchError" has been useless.
Could someone please help me with this error?