JangoSteve / remotipart

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

Use prepend instead of alias #183

Closed znz closed 6 years ago

znz commented 7 years ago

Rails 5 deprecates alias_method_chain, so I think using prepend instead of aliases is recommended.

seuros commented 7 years ago

@JangoSteve can we have this pr merged ? please

mshibuya commented 6 years ago

Thanks!