RailsCasts Pro episodes are now free!

Learn more or hide this

George Diaz's Profile

GitHub User: georgediaz88

Comments by George Diaz

Avatar

ruby 1.9 thats why lol . Sorry, had to research it on my own :)

Avatar

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 :)

Avatar

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.