Allow Spree to upload multi product images at the same time
Extension in master branch depends on Spree 2.3.x.
To use the last stable release of spree_image_multi_upload, add the following to your Gemfile:
gem 'spree_image_multi_upload', :git => 'git://github.com/huyngvu/spree_image_multi_upload.git'
Now bundle up with:
bundle install
Now you should be able to boot up your server with:
rails s