Skip to content

Commit

Permalink
Remove superfluous pg driver install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Jun 22, 2011
1 parent 4bfbdd1 commit 25e5ad2
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# PostgreSQL. Versions 7.4 and 8.x are supported.
#
# Install the pg driver:
# gem install pg
# On Mac OS X with macports:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
# Configure Using Gemfile
# gem 'activerecord-jdbcpostgresql-adapter'development:

development:
adapter: jdbcpostgresql
encoding: unicode
Expand Down

0 comments on commit 25e5ad2

Please sign in to comment.