Ideas for app
- Shopping - a shopping list app, maybe with phonegap. Web/phone sync.
- Tapatracker - categorize, describe, photos?, location tapa tracker. "Do I want asian noodles or oxtail? I'll check tapatracker!"
- Unlikeable - a facebook app that checks which of your friends liked things that you disliked. I don't know if this is possible. It probably is.
- SoundCloud playlist creator
@vemv I use rbenv but there is probably more docs on rvm. I use rbenv because there's less magic but it's a bit harder to install unless you are using OSX. If you're running OSX you can use homebrew and type
brew install rbenv ruby-build
and after they are installedrbenv install 1.9.3-p194
to get the latest ruby. The other way is to clone the rbenv repo into $HOME/.rbenv, then create a folder called $HOME/.rbenv/plugins then clone the ruby-build repo in theregit clone git://github.com/sstephenson/ruby-build ~/.rbenv/plugins/