Note that there are some explanatory texts on larger screens.

plurals
  1. PONot sure what my problem is - seemingly getting gems installed on a prod server!
    text
    copied!<p>I'm very new to rails and attempting to deploy some changes to my production server. In particular, I froze up my gems and have them all ready to go in my vendor/gems/ directory. I have also updated my config/environment.rb file to reflect the proper :lib and :source. When I try to push my content to my production server (via a SVN controlled server and capistrano), I'm getting errors.</p> <pre><code>*** [err :: leftright.us] Missing these required gems: *** [err :: leftright.us] feedzirra .... *** [err :: leftright.us] Run `rake gems:install` to install the missing gems. </code></pre> <p>So, I try to run rake gems:install on the server, like so: </p> <pre><code>rake gems:install RAILS_ENV=production </code></pre> <p>which doesn't really do much. It doesn't error out, but it just produces a new prompt. I tried to manually install a gem on the server, but I think that defeats the purpose of having them packed into the project. </p> <p>I'm concerned that it isn't installing all the proper gems because they haven't been deployed to the server... Can anyone help? I'm totally lost. Thanks! </p> <p>//********** UPDATE *************//</p> <p>ok... I'm getting a bit further. I have followed the instructions at those links, and am seeing this:</p> <pre><code>$ gem list *** LOCAL GEMS *** curb (0.7.7.1) fastthread (1.0.7) feedzirra (0.0.23) ... nokogiri (1.4.2) ... sax-machine (0.0.15) taf2-curb (0.5.4.0 </code></pre> <p>but i'm still getting the same errors on deploy... Ideas</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload