sqlite3-ruby with Rails 2.3.5 on CentOS 5.5
We were getting all kinds of weird errors, some from passenger, some apps wouldnt start even with mongrel, and when they did, they would die as soon as you hit them with a browser.
simple fix
gem uninstall sqlite3 sqlite3-ruby; gem install sqlite3-ruby v=1.2.5;
