naidu / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
0 stars 0 forks source link

Zip support not working with Redmine 1.4.2 #205

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Tanks for helping

Original comment by tuxin...@googlemail.com on 31 May 2012 at 11:08