Blog (bundle)

@fredwu 14 years ago | 1 min read | no comments
Don’t you just hate it when you get the following errors during a Capistrano deployment? bundle: command not found Could not find RubyGem bundler (>= 0) (Gem::LoadError) In fact, even if you don’t use bundler, you might still get errors like this: rake: command not found Could not find RubyGem rake (>= 0) (Gem::LoadError) It turns out this has something to do with the $PATH and $GEM_HOME variables. So here’s the quick fix. Log in to your deployment server, as a root us...
@fredwu 14 years ago | 1 min read | no comments
Initially developed by Yehuda Katz, the Textmate gem is an extremely handy tool for installing and managing your Textmate bundle files. The tool works very well, for the most part. But due to the way the GitHub search query was built, the tool failed at finding Textmate bundles that do not honour the ’-tmbundle’ suffix in the name of their repositories. I was waiting for GitHub to fix their API bug which I reported here, but today I discovered a workaround that solves this issue. So, here, I p...