Eric
2008-Feb-19  22:24 UTC
Mongrel Upload Progress conflicts with :controller/:action/:id routes
Has anyone using Mongrel Upload Progress ran into issue with Rails
default routes like post/add/1, where 1 is the ID of the post to add?
The problem is, MUP requires that you specify the path to observe as:
    :path_info => [''/post/add''],
However, this wouldn''t match the path "post/add/1" since the
"/1" was
interpreted as part of the path.  What can I do to work around this
limitation?
Thanks,
Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---