Nice screencast again @Ryan! Maybe I'm late on this but when did the ruby hash MyModel.new(:test => "test1") turn into MyModel.new(test: "test1") . Obviously the latter is more readable/user friendly :)
Homebrew shouldn't need ruby. It's just a nice packaging system over macports for mac. For instance you can install mysql , libxml2, etc from homebrew. You can just go to the rvm site, run the instructions in your terminal to setup rvm. Rvm is for managing ruby versions . Install ruby through rvm . Nothing is dependent of homebrew here.
ruby 1.9 thats why lol . Sorry, had to research it on my own :)
Nice screencast again @Ryan! Maybe I'm late on this but when did the ruby hash MyModel.new(:test => "test1") turn into MyModel.new(test: "test1") . Obviously the latter is more readable/user friendly :)
Homebrew shouldn't need ruby. It's just a nice packaging system over macports for mac. For instance you can install mysql , libxml2, etc from homebrew. You can just go to the rvm site, run the instructions in your terminal to setup rvm. Rvm is for managing ruby versions . Install ruby through rvm . Nothing is dependent of homebrew here.