how to monitor if the connectivity between the rails apps and mysql database is established
- by anusuya
How do we monitor that the connectivity between the rails app and the database is established. will rails try to re-connect the connection with mysql if it closes?