apigy / selfstarter

Roll your own crowdfunding
selfstarter.us
Other
3.17k stars 1.63k forks source link

bundle install --without production #84

Closed bigrich closed 10 years ago

bigrich commented 10 years ago

When I run 'bundle install --without production' I get an error with the atomic gem. So I run 'gem install atomic' and it says I need build tools and refers me to devkit, but I have devkit and have reinstalled devkit. Stuck.

Jarred-Sumner commented 10 years ago

I don't have time to look at this closely right now, but I would google something like "install atomic gem windows devkit" and see if there's already a Stackoverflow post. If you find the solution, I'd appreciate it if you could post it here!

I'll take a look a little later today if this isn't already solved by then.

Sent from my iPhone

On Mar 28, 2014, at 11:50 AM, bigrich notifications@github.com wrote:

When I run 'bundle install --without production' I get an error with the atomic gem. So I run 'gem install atomic' and it says I need build tools and refers me to devkit, but I have devkit and have reinstalled devkit. Stuck.

— Reply to this email directly or view it on GitHub.

bigrich commented 10 years ago

Fixed it, had to reinstall the environment.

Jarred-Sumner commented 10 years ago

Thanks for posing that here. Does that mean you reinstalled Ruby via http://rubyinstaller.org/?

On Friday, March 28, 2014 at 5:47 PM, bigrich wrote:

Fixed it, had to reinstall the environment.

— Reply to this email directly or view it on GitHub (https://github.com/lockitron/selfstarter/issues/84#issuecomment-38971886).

bigrich commented 10 years ago

yeah, started from scratch

Jarred-Sumner commented 10 years ago

Thanks for clarifying.