Hi,
I have my website running on RoR 4.0.2 and have a connection pool of capacity as 10 for my production server. On and off I get this weird error of timeout <^>ActiveRecord::ConnectionTimeoutError<^> on my rails app...
Hi,
I have a rails server running in my Ubuntu 14.04 instance and I host my code in github.com. For user's pushing to github, I have setup a webhook to my app which listens to any POST call from github and tries to ex...