What steps will reproduce the problem?
1. try to download a zip with files
What is the expected output? What do you see instead?
A zipfile downloaded.
Instead the operation crashes with the error "no such file to load -- zip/zip".
What version of the DMSF and Redmine are you using? On what browser and
operating system?
DMSF 1.2.2
Redmine 1.4.2
Firefox 12
Linux
Please provide any additional information below.
The problem is caused by the Bundler support in Redmine 1.4.2.
Adding a Gemfile to the root of the DMSF plugin folder with the following
contents solves the problem:
-----
source :rubygems
gem 'rubyzip'
-----
Original issue reported on code.google.com by mjn.cor...@gmail.com on 25 May 2012 at 1:08
Original issue reported on code.google.com by
mjn.cor...@gmail.com
on 25 May 2012 at 1:08