Hacker News new | ask | show | jobs
by cloudsteam 4913 days ago
hi - just wanted to say i loved your blog post, I am taking a look at setting up a prototype of pigstream just to get a feel for Ruby and Heroku. It is going well though I got stuck at installing the dependencies for the project. (bundle install...erm wat)Ill figure it out soon. All good fun though!
1 comments

Hey there -- if the `bundle install` command isn't working when you are in the repo, you probably need the bundler gem installed, which is kind of like a package manager for ruby project deps. Just do `gem install bundler` and you should be able to run commands with it afterwards. Feel free to email me if you need any help!