ruby on rails - How to add require 'zip/zip' and 'zip' in Gem file -


i have 2 ruby files 1 file using "require 'zip/zip'" rubyzip version '0.0.9' , other "require 'zip'" rubyzip version 1.1.7. if use them separately(alone) working fine.if combine getting error "no such file load — zip/zip". how can solve this?

my ruby version : 1.9.3

rails version : 2.3.14

thanks.

the zip-zip gem can write in gemfile. zip array method, can use without having require.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -