<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 `&lt;top (required)&gt;&#39;</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 &quot;require &#39;zip&#39;&quot; or &quot;require &#39;zip/zip&#39;&quot; to the threads controller, but they didn&#39;t work.<br>
<br></div>Ideas?<br></div>pablo<br></div>