Ticket #33 (new bug)

Opened 2 months ago

Last modified 1 month ago

mongrel_upload_progress gem conflicts with Rails apps that have an Upload model

Reported by: trevorturk Assigned to: evanweaver
Priority: minor Milestone: 1.2
Component: Mongrel Keywords:
Cc:

Description

Has anyone run into this before, and/or know of a workaround? It seems that the mongrel_upload_progress gem causes some kind of conflict with Rails apps that use Upload as a model. You can read a bit more detail here:

http://ae.lighthouseapp.com/projects/421/tickets/2-failed-to-load-the-home-page-nomethoderror

My apologies if this is not the right place to submit this issue.

Change History

05/22/08 01:01:25 changed by evanweaver

This is a known issue, but probably not possible to fix in a backward-compatible way. A patch to move the Upload class into the Mongrel:: namespace would be acceptable.