The new Ruby on Rails dev is here, just trying to install and configure.
I follow this guide on how to get started. However, when I get to 3.2. Creating a Blog application, I have a problem when starting rails new blog . When I try to do this, I get an error
An error occurred while installing rake 10.4.2, and the Bundler cannot continue. Make sure "gem install rake -v" 10.4.2 '' succeeds before binding.
So, when I try to run this command, I get this error:
ERROR: Could not find a valid gem 'rake': failed to load data from https://rubygems.org/ - SSL_connect returned = 1 errno = 0 state = SSLv3 server authentication certificate B: certificate verification completed
After Googling, I found this guide . During the diagnosis, I tried to run openssl version , which did not work. I installed OpenSSL and added it to my path. However, I still get the same error when I try to get any gems. I also can not ping rubygems.org - nothing returns.
I am using Windows 7, Rails 4.1.8, Ruby 2.0.0p598, RubyGems 2.0.14 and OpenSSL 1.01j. Any help would be greatly appreciated!
ruby ruby-on-rails ssl rubygems
iaacp
source share