Douglas Tarr
Douglas Tarr
I managed to get it to run by commenting out this one line: https://github.com/mvcodeclub/rails-dev-boost/commit/4e8e99b939414d25616dc659e9d5596caf64e4f6 I have no real idea what I'm doing in that code, though, or what the replacement...
Feel free to submit a PR!
Set the callback-param to the field in the form and then bind the s3_upload_complete event to fill it. ``` $('#s3-uploader').bind "s3_upload_complete", (e, content) -> field_name = $('#s3-uploader').attr("data-callback-param") $("input[name='" + field_name...