ActiveRecord::StatementInvalid in Faq categoriesController#index
ActiveRecord::StatementInvalid
It would help if you posted more of the error message. Nonetheless, I
have had similar problems since upgrading an app to 1.2RC1. My
problem was a difference in the MySQL server version between my
development environment vs my production environment. I was using
4.0.12 in dev, and 5.0.24 in production.
Once I had the same version on dev and production, I could investigate
the errors, correct them, and deploy anew.