JangoSteve / remotipart

Rails jQuery file uploads via standard Rails "remote: true" forms.
http://os.alfajango.com/remotipart
Other
1k stars 215 forks source link

NPM package #201

Open anero opened 6 years ago

anero commented 6 years ago

This PR adds support for using the library via webpacker.

The package is not currently published so you'd need to add the dependency from github: "remotipart": "https://github.com/JangoSteve/remotipart.git#npm_package" And then just add the following to app/javascripts/application.js: import 'remotipart'

Usage via assets pipeline remains the same: #= require jquery.remotipart

Note: we weren't able to test these changes on Rails-jQuery-Demo as it will require migrating to Rails 5 and setting up webpacker.

tilvan commented 5 years ago

I think, until PR doesn't merged it should be use https://github.com/controlshift/remotipart.git#npm_package. controlshift instead of JangoSteve

attenzione commented 5 years ago

any update?

joemasilotti commented 5 years ago

Are there any updates on if this will be merged in?

ryanb commented 4 years ago

I'd love to see this merged in and brought up to date with the latest changes. Any update on this?