Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dei79/mysql_stay_connected
ensure active record connections will be reestablished if needed
https://github.com/dei79/mysql_stay_connected
Last synced: about 1 month ago
JSON representation
ensure active record connections will be reestablished if needed
- Host: GitHub
- URL: https://github.com/dei79/mysql_stay_connected
- Owner: dei79
- License: mit
- Created: 2012-09-01T15:08:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-01T21:38:03.000Z (over 12 years ago)
- Last Synced: 2023-03-24T14:13:53.457Z (almost 2 years ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mysql_stay_connected
Ensure that a lost mysql connection will be reestablished (works for mysql and mysql 2 adaptor)
## Configuration
NONE!
## Installation
``` ruby
# Bundler Gemfile
gem 'mysql_stay_connected'
```## Contributing
* Fork the project
* Fix the issue
* Create pull request on github