Rails Beta3 & PaperClip & Passenger Bundler::PathError

Posted by firecall on Stack Overflow See other posts from Stack Overflow or by firecall
Published on 2010-05-23T09:27:17Z Indexed on 2010/05/25 8:31 UTC
Read the original article Hit count: 335

So I'm going around in circles with this - I'm using a fork of the Paperclip Rails gem to get it to work with Rails3. Works fine on my OSX box with Passenger. But on my server (CentOS 5) I get this this error:

git://github.com/lmumar/paperclip.git (at rails3) is not checked out. Please runbundle install(Bundler::PathError)Blockquote

I tried Bundle Pack, but that doesnt pack gems from github. I read a post about setting the parh to the BUNDLE_HOME in my application.rb file which I tried:

ENV['BUNDLER_HOME']="~/.bundle/ruby/1.8/bundler/gems/"

But that doesnt work. Any ideas anyone? I dont know what else to do and have no idea how to debug or trace the problem further :(

Passenger version 2.2.11.

thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about paperclip