Hi guy,
I'm working to optimize my website in ror. The rails version is 2.3.5. So, I log mysql query. And I see what rails use transaction (begin commit) to create or update object in database. This method use my server resource and I would like to know how I can disable this commit ?
I don't find a configuration for this thing.
Thanks for you help.