Routing Broken in Production Environment

I have a page that uploads pictures. In my development environment,
on two different development machines even, this works perfectly.
However when running in production on hostingrails.com when the form
is sbmitted the create method is never called. It simply routes to
the index method. My setup there is mod_ruby. Anyone seen this and
is it fixable?