I am just wondering do I need to alter "ruby on rails" code when migrating from MyISAM to InnoDB.
I want to migrate to InnoDB and it's known that deadlock is something that may happen working with InnoDB, do I need somehow threat all my inserts and updates to DB.
By now, I used just standard methods of ActiveRecord without using transactions.
Thanks