Note that there are some explanatory texts on larger screens.

plurals
  1. POSpreecommerce doen't start correctly in apache
    text
    copied!<p>When accessing my ROR <strong>Spree</strong> application I get the following error:</p> <pre><code>Ruby (Rack) application could not be started git://github.com/spree/spree_auth_devise.git (at 1-3-stable) is not checked out. Please run `bundle install` (Bundler::GitError) </code></pre> <p>I did a <code>bundle install</code> and <code>spree_auth_devise</code> is already installed. bundle show will contain the following items:</p> <pre><code> * spree (1.3.2) * spree_api (1.3.2) * spree_auth_devise (1.0.0 ccd6add) * spree_cmd (1.3.2) * spree_core (1.3.2) * spree_dash (1.3.2) * spree_gateway (1.2.0.rc2 556179a) * spree_promo (1.3.2) * spree_sample (1.3.2) </code></pre> <p>The stack trace:</p> <pre><code>0 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/source/git.rb 177 in `rescue in load_spec_files' 1 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/source/git.rb 175 in `load_spec_files' 2 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/source/path.rb 86 in `local_specs' 3 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/source/git.rb 150 in `specs' 4 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/lazy_specification.rb 52 in `__materialize__' 5 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb 88 in `block in materialize' 6 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb 85 in `map!' 7 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb 85 in `materialize' 8 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/definition.rb 114 in `specs' 9 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/definition.rb 159 in `specs_for' 10 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/definition.rb 148 in `requested_specs' 11 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/environment.rb 18 in `requested_specs' 12 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler/runtime.rb 13 in `setup' 13 /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.5/lib/bundler.rb 120 in `setup' </code></pre> <p>Any idea what could be wrong ? The strange thing is that it works just fine with <strong>rails server</strong>. The issue only appears when using <strong>apache2</strong> and <strong>Passenger</strong></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