[Brug-talk] rails deployment issues with Dreamhost

Alain Ravet alain.ravet at gmail.com
Tue Nov 27 06:04:44 EST 2007


Mesut,


   > i have a dreamhost account and having issues with rails deployment.
   > I [need to use] custom gems.... for instance ..soap4r

You have 2 options :
1/ contact DH support, and ask them to install the gem on your server
2/ "vendorize" the gem (== copy it to /vendor, like for plugins)
  see :
        * http://agilewebdevelopment.com/plugins/gems
        * http://errtheblog.com/post/2120

  Note: this will not work with gems with C code that needs to be
compiled, like hpricot.

As a best practice, you should always vendorize your gems when possible.



Alain Ravet
--------
http://tumblr.ravet.com
http://blog.ravet.com


More information about the Brug-talk mailing list