We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ bundle install fails because postgresql is not installed.
$ bundle install
An error occurred while installing pg (0.17.1), and Bundler cannot continue. Make sure that gem install pg -v '0.17.1' succeeds before bundling.
An error occurred while installing pg (0.17.1), and Bundler cannot continue. Make sure that
succeeds before bundling.
Add postgresql-9.1 and postgresql-server-dev-9.1 as requirements in the README.md
The text was updated successfully, but these errors were encountered:
En realidad no es necesario, habria que sacarlo del gemfile para que cualquiera que siga el readme no tenga contratiempos.
Sorry, something went wrong.
Se puede poner "gem 'pg', group: :production" para que no sea requerimiento en desarrollo.
Gracias!
f3rnando
No branches or pull requests
$ bundle install
fails because postgresql is not installed.An error occurred while installing pg (0.17.1), and Bundler cannot continue. Make sure that
gem install pg -v '0.17.1'succeeds before bundling.
Add postgresql-9.1 and postgresql-server-dev-9.1 as requirements in the README.md
The text was updated successfully, but these errors were encountered: