Displaying 2 results from an estimated 2 matches for "postgresql_exampl".
Did you mean:
postgresql_example
2006 Mar 31
14
[newbi] Create a Model
...:
socket: /tmp/mysql.sock
production:
adapter: mysql
database: expenses_production
username: root
password:
socket: /tmp/mysql.sock
# PostgreSQL versions 7.4 - 8.1
#
# Get the C bindings:
# gem install postgres
# or use the pure-Ruby bindings on Windows:
# gem install postgres-pr
postgresql_example:
adapter: postgresql
database: expenses_development
username: expenses
password:
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration.
#host: remote-database
#port: 5432
# Schema search path. The server...
2006 Mar 30
2
database.yml and Dreamhost
...st.foo.com
port: 3306
production:
adapter: mysql
database: fooprod
username: fooadmin
password: ****
host: prod.foo.com
port: 3306
# PostgreSQL versions 7.4 - 8.1
#
# Get the C bindings:
# gem install postgres
# or use the pure-Ruby bindings on Windows:
# gem install postgres-pr
postgresql_example:
adapter: postgresql
database: rails.foo.com_development
username: rails.foo.com
password:
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration.
#host: remote-database
#port: 5432
# Schema search path....