On Tuesday, April 8, 2014 3:19:31 AM UTC-7, Arturo Herrero wrote: > > This a complete example: > > https://github.com/arturoherrero/rolling-back-transactions > > Can anyone help me? Pull request are welcome :) >
I'm sorry, but I'm not checking out a full project just to diagnose the bugs. You need to submit the simplest possible example that shows the error, with all code in a single file (I said "self-contained example file", not "whole project"). Looking at your spec_helper.rb file, I'm not sure why you are trying to use transactions with both database_cleaner and manually with Sequel. You shouldn't use both. Try using it with just $DB.transaction and without database_cleaner. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
