Walter Davis wrote in post #1023269:
> On Sep 21, 2011, at 5:10 PM, David A. wrote:
>
>> I'm trying to move my application from Rails 2.3.5 to Rails 3.1 which is
>> a challenge.
>>
>> In my application,
>> require 'zip/zip'
>> fails  with 'no such file to load -- zip/zip
>
> Take this require out of wherever you're putting it now, and put this
> line in Gemfile:
>
> gem 'rubyzip', :require => 'zip/zip'
>
> Walter

Thank you so much for your help - this did it.

Is there any documentation on why this is needed and the regular require 
in the controller doesn't work?  What if I wanted to run this just as a 
Ruby app?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to