Okay, I finally got a clear look at the log, and it is indeed how it seems - all the transactions to the database are queued until I actually look at the database.
The DB I am using is SQLite3. How do I force ActiveRecord / SQLite / Rails to commit / process the transaction so it happens in a better type of real-time than that? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

