I\'m having an issue deploying our rails app.. I created a hook like the example on the AWS blog howto http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applicatio
I was able to run manually rails s and then it worked fine and all gems loaded.. but with passenger it did not so find that if I run
bundle pack --all
--all so it also packs the git gems..
it will then run like a charm..
to be able to have this run in the mean time Amazon fixes this issue with bundle I create a hook and force it to run after every install. not the best way but works.
Note: using the hook I cant seen to run the command on EB updates so I git add the vendor/cache and it uploads it all by default.