Rails/activerecord/sqlite3: Can't Save Records In Test Environment
I have a Rails app using sqlite3. Anytime I want to save anything in test environment I'm getting the following error: ActiveRecord::StatementInvalid: SQLite3::SQLException
Solution 1:
You should upgrade your OS default version of Sqlite
http://shynnergy.com/2012/07/savepoint-exception-with-rails-3-1-on-jenkins/
Post a Comment for "Rails/activerecord/sqlite3: Can't Save Records In Test Environment"