sql >> Database teknologi >  >> RDS >> PostgreSQL

Rails 3.1 - Pushing to Heroku - Fejl ved installation af postgres adapter?

Mulighed 1:

Tilføj pg til din Gemfile men spring over at prøve at installere det lokalt.

$ cat Gemfile
...
group :production do
  # gems specifically for Heroku go here
  gem "pg"
end

# Skip attempting to install the pg gem
$ bundle install --without production

Mulighed 2 (Debian/Ubuntu):

Tilføj pg til din Gemfile men installer først forudsætningerne.

$ cat Gemfile
...
group :production do
  # gems specifically for Heroku go here
  gem "pg"
end

# Install the pg gem's dependencies first
$ sudo apt-get install libpq-dev
# Then install the pg gem along with all the other gems
$ bundle install


  1. SQL undtagen

  2. Eventuelle ulemper ved bitflag i databasekolonner?

  3. Postgres-fejl:Mere end én række returneret af en underforespørgsel, der bruges som et udtryk

  4. TCL-kommandoer i SQL