Displaying 1 result from an estimated 1 matches for "xmluploadtest".
Did you mean:
xml_upload_test
2011 Feb 09
0
Mysql2::Error: SAVEPOINT active_record_1 does not exist
...sactions.rb:248:in `rollback_active_record_state!''
/Users/conor/.rvm/gems/ruby-1.9.2-p136/gems/activerecord-3.0.3/lib/
active_record/transactions.rb:236:in `save''
/Users/conor/Documents/treeMetrics/TreeMetricsFrontEnd/test/unit/
xml_upload_test.rb:42:in `block in <class:XmlUploadTest>''
I have been storing the file contents in a text field. I realise that
I should seriously look at storing the files in s3 but this is the
setup that I have at the moment. In postgres everything worked fine
but in order to get things to work with mysql I had to set the :limit
variabl...