I think in 3.23 you need to have "TYPE=InnoDB"
create_table :tasks, :options => 'TYPE=InnoDB' do |t|
See if that works for you, but I'd suggest updating to a more modern MySQL!
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com