Question

I am trying to install this plugin for my rails app: https://github.com/remvee/unobtrusive_upload_progress

In the instructions, it says:

After installing the plugin, you’ll need to setup a Mongrel configuration script to add the following uri mappings:

But I checked my rails folder in config folder and there's no mongrel configuration file.

Thanks

Était-ce utile?

La solution

Did you install Mongrel? In the documentation of the upload gem is this remark:

This plugin depends on Prototype.js 1.6 and Mongrel

Update: It seams that you have to make a symlink from your cluster configuration file inside your rails application. See the last three steps in chapter 4 in this tutorial.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top