No commit activity in last 3 years
No release in over 3 years
A new postgresql asyncronous connection adapter for active_record using neverblock
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.1
 Project 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.