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 Generate a Rails Application

Ok, error message in Windows CMD; could not find gem avail on this machine; run 'bundle install' to install missing gem.

when I type "rails new treebook" I receive an msg: DL is deprecated pls use fiddle. then it runs a create & bottom of page I get error msg error occurred installing rake(10.4.2) and buddler can not continue make sure that gem 'gem install rake' -v 10.4.2 succeeds before bundling.

3 Answers

Have you tried running the command?

gem install rake -v 10.4.2

It's asking you to install rake, which is a crucial part of a Rails project setup. Please let me know if that helps.

Thank you

Did that help?

Kathy Sohn, if you would be so kind as to select this answer as 'Best Answer', I would greatly appreciate it.

Colin Zarzour
Colin Zarzour
79 Points

that didnt work for me