Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Getting Started with Rails Installing Rails (Windows)

jasontowner
jasontowner
6,297 Points

help installing ruby

I get this message after I set my "rails new treebook" please help thanks,

Jason

DL is deprecated, please use Fiddle Fetching gem metadata from https://rubygems.org/............ Fetching additional 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.

2 Answers

David Trejo
David Trejo
19,914 Points

I would try using http://www.installrails.com/ so you won't have trouble fetching the gems that you need.

jasontowner
jasontowner
6,297 Points

Thanks! I just followed the steps on the site and everything worked perfect.

Thanks for your help man,

Jason