Featured Post

Extract zip files with Ruby on Rails

Some friends of mine found my first tutorial difficult to understand. So i’m going to start with smaller pieces of code and start with basic unzip functions in Ruby on Rails.

Read More

How to process multiple zip-files with Ruby on Rails

Posted by Lars | Posted in Rails, Tutorials | Posted on 22-03-2009

0

Sometimes you have to integrate exported data from third party desktop software. One way to do is to pack all data into a zipped file and push it via FTP onto your server. This tutorial will explain how to process zip-files with your Ruby on Rails™ application.

I will take an example from a real estate managing software. It’s a common way for this kind of software to pack and push their data to online real estate listing services.