Top "Rubyzip" questions

a ruby library for reading and writing zip files

Using rubyzip error - no such file to load -- zip/zip

I know there is another thread on this subject but I still face this problem even after using all solutions. …

ruby-on-rails ruby-on-rails-3 rubygems rubyzip
What might explain an "invalid stored block lengths" error?

I am running a Rails (3.2.3) application with Ruby 1.9.3p194 on the basic Ubuntu lucid32 image in a Vagrant virtual box. …

ruby zlib rubyzip
rails 3 - LoadError (cannot load such file -- zip/zip)

I'm using rubyzip to zip a csv file so uses can download it. This works perfectly in development mode. But …

ruby-on-rails-3 rubygems rubyzip
Using rubyzip to add files and nested directories to a zipoutputstream

I'm struggling with getting rubyzip to append directories to a zipoutputstream. (I want the output stream so I can send …

ruby rubyzip
How to unzip a file with ruby

Okay I've found the following code for unzippping a file with Ruby. def unzip_file (file, destination) Zip::ZipFile.open(…

ruby rubyzip
rubyzip - cannot load such file -- zip

I am attempting to use rubyzip to create zip archives on the fly in my app. I'm using their readme …

ruby-on-rails rubyzip
Zipping a directory in Rails

How do i go about zipping a directory in ruby on rails? I've tried rubyzip without success. I don't need …

ruby-on-rails ruby zip rubyzip
Ruby: Download zip file and extract

I have a ruby script that downloads a remote ZIP file from a server using rubys opencommand. When I look …

ruby zip rubyzip
How to unzip a zipped folder with rubyzip

I know how to retrieve the contents of a normal zip-file with rubyzip. But i got trouble unzipping the contents …

ruby ruby-on-rails-3 rubyzip