Many times in test cases, I use "byebug" and stop code execution. I want to 
be able to run sql queries on my sql editor to see what data it's returning.

However I have things set up to roll back my queries like this:

       Database.connection.transaction(rollback: :always) do
              super(&block)
            end

How can I push data to the database so that it is queryable mid test?

Aryk

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/b483c0c9-17f8-4ed7-955a-cd58498d28c6%40googlegroups.com.

Reply via email to