From 2b0b7260c75316c9d9c359d28a0399103f190a78 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Wed, 15 Jun 2011 11:53:49 -0500 Subject: Remove superfluous pg driver install instructions --- .../rails/app/templates/config/databases/jdbcpostgresql.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml b/railties/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml index 0c7f45322b..91d80350fb 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml @@ -1,14 +1,5 @@ # 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' -- cgit v1.2.3