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 Customizing Forms Installing simple_form

Jeremy Ward
Jeremy Ward
2,223 Points

simple_form

I am having a problem installing simple_from. I get the following error when i try to bundle " Could not fetch specs from https://rubygems.org". Please help. this is how I have the gem in my gem file -> gem 'simple_form', '~>3.0.1'

2 Answers

Chris Dziewa
Chris Dziewa
17,781 Points

Did you type rails generate install:simple_form on the console?

Jeremy Ward
Jeremy Ward
2,223 Points

I don't know how I got it to work. I just closed out my cmder and restarted it. Then, like magic, it bundled and installed simple_form. Thanks for the reply.

Chris Dziewa
Chris Dziewa
17,781 Points

Good! Sometimes that happens to me in the mac terminal. Everything will be correct but the command doesn't fully go through correctly.