1
vote
Unable to rescue from “Lost connection to MySQL server” error
From your comment it looks like what's happening is that a Mysql::Error exception is being thrown, but then caught by ActiveRecord which then throws an ActiveRecord::StatementInvalid exception (whi …
1
vote
Why make Objects when you can just use a MySQL database?
There are a LOT of reasons why you want to use some abstraction on top of just raw database access in any reasonably large software system. If you're looking at an Object Oriented approach you shou …
