> And now my inserts happen imediately, and I don't have to use > database.commit_all()
I spoke too soon. The queries are being printed in the debugger, but I get nothing when I do hub.commit, and exiting the shell and returning to it shows that the data was not inserted into the database. It probably goes without saying but I also have the same problem with saving to the database from a controller... -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog

