Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstart not working on Mac OS El Capitan #263

Open
nungster opened this issue Jun 11, 2016 · 2 comments
Open

Quickstart not working on Mac OS El Capitan #263

nungster opened this issue Jun 11, 2016 · 2 comments

Comments

@nungster
Copy link

After banging my head on this, I finally have it working. I was trying to run through the quickstart tutorial but could not get rake db:reset to work.

It turns out, that the napa 0.5.1 gem is not compatible with Mac OS 10.11.5 El Capitan and it reverts to napa 0.4.0 and tries to use a mish mashh of gems.

What fixes it for me was:
bundle install napa
cd into people-service
edit the gemfile
change active-record to 4.2.0 from 4.0.0
and specify
gem 'napa', '~> 0.5.0'

Then bundle install and then a rake db:reset will work

@apanimesh061
Copy link

This method also worked for Ubuntu 15.10 with Ruby 2.3.0

@edella2
Copy link

edella2 commented Dec 30, 2016

I was just running in to this issue, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants