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

> 
> gem list --local
> shows
> rubyzip (0.9.4)
> 
> I see zip.rb in
> d:\ruby192\lib\ruby\gems\1.9.1\gems\rubyzip-0.9.4\lib\zip\
> 
> -- 
> 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.
> 

-- 
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