- ติดตั้ง PostgreSQL ใน Rails 3 โดยไปเพิ่มสองบรรทัดใน Gemfile....
- source 'http://gemcutter.org'
- gem 'pg', '0.9.0'
- หลังจากนั้นใช้คำสั่ง > bundle install
- ใส่ config ใน database.yml ประมาณนี้
- ทดสอบ เข้า irb โดยใช้คำสั่ง > rails console
development:
adapter: postgresql
host: localhost
port: 5432
username: postgres
password: xxxxx
database: pg_development
schema_search_path: test
encoding: utf8
template: template0
ไม่มีความคิดเห็น:
แสดงความคิดเห็น