Note that there are some explanatory texts on larger screens.

plurals
  1. PORails: Bundle path source?
    text
    copied!<p>OK, I'm trying to figure out how to get a gem install that the install script fails due to a space in the path name. I've tried everything I could, but for some reason the bundle install still picks up the long path rather than the symlinked path I have without the spaces. </p> <p>Where does it pick up these paths? </p> <p>I've tried updating bundle config but it still list the long path as the path to the local app rather than the new symlink path. If I update, it only does it for the local user not the local app. </p> <p>I am stuck and I've crashed my machine by trying to remove the space in the volume name, I've added all the environment variables I can think of, I'm at a loss to get the bundler to install without referencing the path with a space in it. </p> <p>I've tried contacting the developers for the gem, no love. I just need to get the whole app to use the symlink path rather than the /Volumes/Macintosh HD/ path. Ideas? suggestions? crazy ideas? I'm willing to give anything a shot at this point.</p> <p>Update 12/16: Gem is FFI. Here's the Gemfile:</p> <pre><code>source 'http://rubygems.org' require 'rubygems' gem 'rails', '3.0.8' gem 'jquery-rails' gem 'haml' gem 'devise' gem 'omniauth-openid' gem 'omniauth-twitter' gem 'omniauth-facebook' gem 'omniauth-github' gem "settingslogic" gem 'composite_primary_keys' # Bundle edge Rails instead: # gem 'rails', :git =&gt; 'git://github.com/rails/rails.git' gem 'pg' gem 'squeel' gem 'sqlite-ruby' gem 'mysql2', '~&gt; 0.2.6' gem "bcrypt-ruby", :require =&gt; "bcrypt" group :development, :test do gem 'rspec-rails' gem 'ruby-debug19', :require =&gt; 'ruby-debug' gem 'hpricot', :require =&gt; false #html2haml gem 'ruby_parser', :require =&gt; false # html2haml gem 'pickle' gem 'awesome_print', :require =&gt; 'ap' gem 'factory_girl_rails' end group :development do gem 'heroku', :require =&gt; false gem 'sass' end group :test do gem 'shoulda' gem 'cucumber-rails' gem 'spork', '~&gt; 0.9.0.rc3' gem 'guard-spork' gem 'database_cleaner' end </code></pre>
 

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