oldmoe / neverblock-mysql-adapter forked from michaelyta/neverblock-mysql-adapter
- Source
- Commits
- Network (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michael (author)
Sat Jul 18 15:21:06 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Sat Jul 18 15:21:06 -0700 2009 | |
| |
lib/ | Sat Jul 18 14:35:05 -0700 2009 | |
| |
neverblock-mysql-adapter.gemspec | ||
| |
test/ | Sat Jul 18 14:35:05 -0700 2009 |
README
Installation and Usage
======================
1. First, you need to get mysqlplus :
sudo gem install mysqlplus
2. Then, get the mysql neverblock adapter :
sudo gem install michaelyta-neverblock-mysql-adapter -s http://gems.github.com
3. Finally, update config/database.yml :
production:
adapter: neverblock_mysql
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.

