tors / jquery-fileupload-rails

jQuery File Upload integrated for Rails
669 stars 253 forks source link

It's should support rails 4 #67

Closed xifengzhu closed 9 years ago

abevoelker commented 9 years ago

FWIW in Rails 4.1 I had to add the image resources to the asset precompile config:

# config/initializers/assets.rb
Rails.application.config.assets.precompile += %w( progressbar.gif loading.gif )
felixbuenemann commented 9 years ago

Fixed in 0.4.2.