<div dir="ltr"><div><div><div><div><div>HI there,<br>In dev I updated some gems to allow the update_media rake run.<br></div>Things are working but something is wrong with the zip/zip gem<br><br></div>Bug at edit and create thread: <a href="http://dev.pageonex.com/threads/test-15m/edit">http://dev.pageonex.com/threads/test-15m/edit</a><br>
<h1>
LoadError
in ThreadsController#edit
</h1>
<pre>cannot load such file -- zip/zip</pre>
<p><code>Rails.root: /var/www/pageonex/dev</code></p><div id="traces"><div id="Application-Trace" style="display:block">
<pre><code>app/controllers/threads_controller.rb:1:in `<top (required)>'</code></pre>
</div>
</div>
<pre id="blame_trace"><code>This error occurred while loading the following files:
odf/spreadsheet
odf/document
zip/zip</code></pre><br></div>I tried some solutions, like forcing version 0.9.9 of the rubyzip gem or adding "require 'zip'" or "require 'zip/zip'" to the threads controller, but they didn't work.<br>
<br></div>Ideas?<br></div>pablo<br></div>