rails/activestorage/app
_N_I_X_O_N_ c06b614c12 Fix activestorage direct upload on firefox
Direct upload on firefox is not working because it can’t handle click
events on “input[type=submit]”.
After a successful upload we can see on console a xml parse error, it
happens because AWS S3 success body response is empty, so changing the
reponseType suppress this error.
2017-09-12 18:45:23 +00:00
..
assets/javascripts Fix activestorage direct upload on firefox 2017-09-12 18:45:23 +00:00
controllers/active_storage DRY 2017-08-20 18:09:44 -04:00
javascript/activestorage Fix activestorage direct upload on firefox 2017-09-12 18:45:23 +00:00
jobs/active_storage Synchronously destroy attachments 2017-08-29 00:02:59 -04:00
models/active_storage Have attachments touch their records 2017-08-31 20:10:56 -04:00