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

dylan kane
dylan kane
2,772 Points

gems for ruby on rails

i am trying to install gems in cmd like the ruby install video says to, but i keep getting the response of "could not find a valid gem ..."

gems are bundler and sqlite, my version of ruby is 2.1.5p273 and it is x64

2 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

https://teamtreehouse.com/forum/i-get-the-error-message-could-not-find-a-valid-gem-bundler-0-in-any-repository-how-can-i-fix-this-issue

Second response from Michael Day and comment by Lonnie Parker.

If you are using Windows, consider using a virtual machine (VMWare Player or VirtualBox) with Linux in the future, since Rails development under Windows is often problematic and there's less support on the Internet.

Allen Wang
Allen Wang
3,439 Points

I found this link which might be useful, it took me awhile to go through all the steps but I was able to finally get sqlite3 gem working: http://rubyonwindowsguides.github.io/book/ch02-04.html