Rails: How do I included gem dependencies?

Posted by marienbad on Stack Overflow See other posts from Stack Overflow or by marienbad
Published on 2010-06-04T05:57:11Z Indexed on 2010/06/04 6:19 UTC
Read the original article Hit count: 224

Filed under:
|
|

This is a noob question:

How do I add gems to my rails app in a way that I can just copy my app's directory structure to a remote location and have it just work, with all the gems I depend on installed and available?

© Stack Overflow or respective owner

Related posts about rubygems

Related posts about dependencies