Wayne

Results 37 comments of Wayne

Thanks, I was talking about the current factory though, that's been audited and good to use in production, correct?

Also interested in the view here.

I'm having the same issue, but need 2.7 because of the thor dependency. @csidyel is it possible to release a new version with the binstubs included?

I generally like this idea a lot. It makes things more modular and using the $.widget syntax is what the [jquery file upload ui](https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-ui.js) uses so it provides a more...

Yes, that sounds great, I will merge it in when you rebase on master.

No, there isn't a setting for the dropZone yet, there should be. :)

The Content-Type hidden field isn't being included in your form most likely. Did you use the form helper this gem provides or the one in the railscast?

your getting this error? Invalid according to Policy: Policy Condition failed: ["starts-with", "$Content-Type", ""]

Make sure you use the correct helper method in your view, something like: ``` erb ``` Are you doing this?

When you look at the HTML this helper method generates the form tag should look like this: ``` html ... ``` Does yours? It seems that for some reason some...