It seems like something is wrong with the datetime_select helper. the
helper does not generate name as object[field(1i)], instead it
generates object[field(1i)], which results a 500 error as follows:
Conflicting types for parameter containers. Expected an instance of
Hash but found an instance of Array. This can be caused by colliding
Array and Hash parameters like qs=value&qs[key]=value. (The
parameters received were [{"name"=>"", "description"=>""}].)
I have tested both date_select and datetime_select suffer from the
same issue, anyone can confirm that?