oldmoe / neverblock-postgresql-adapter forked from michaelyta/neverblock-postgresql-adapter
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michael (author)
Sat Jul 18 16:24:23 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
lib/ | ||
| |
neverblock-postgresql-adapter.gemspec | ||
| |
test/ |
README
Installation and Usage
======================
1. First, you need to get pg :
sudo gem install pg
2. Then, get the mysql neverblock adapter :
sudo gem install michaelyta-neverblock-postgresql-adapter -s http://gems.github.com
3. Finally, update config/database.yml :
production:
adapter: neverblock_postgresql
database: myapp_production
username: root
password:
host: localhost
pool: 6
And you are done, this will work seamlessly, no need to update any application code.

