I just upgrade my web service from Rails 2.3.8 to Rails 3.0.3
It's almost working well.
I has one problem, Lost connection error is occurred when the service is deployed with capistrano. About 3 times occurred every deployment. The service use octopus gem from https://github.com/tchandy/octopus for database replication with 1 master database and 2 slave database.
Mysql::Error: Lost connection to MySQL server during query: SELECT regions.* FROM regions WH ...
The problem is not occurred when octopus is not used with single database. But replication is needed for traffic.
Please, give me any advise. Thank you.