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
Did you install Mongrel? In the documentation of the upload gem is this remark:
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.