Revision: 41207
Updated Code
at February 14, 2011 16:16 by jwaldeck
Updated Code
gem -v (list what version) which gem (where is it located?) gem list (show packages) sudo gem update --system (sudo takes it to the top level repository, not only local user) gem --help <!-- Installing Rails --> sudo gem install rails sudo gem install mysql2 => WEBrick (rails native webserver!)
Revision: 41206
Updated Code
at February 14, 2011 08:35 by jwaldeck
Updated Code
gem -v (list what version) which gem (where is it located?) gem list (show packages) sudo gem update --system (sudo takes it to the top level repository, not only local user) gem --help <!-- Installing Rails --> sudo gem install rails sudo gem install mysql2 (problems with MAMP: http://www.beyondcoding.com/2009/11/10/using-ruby-mysql-gem-with-mamp-1-8-x-on-snow-leopard/) => WEBrick (rails native webserver!)
Revision: 41205
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 14, 2011 06:57 by jwaldeck
Initial Code
gem -v (list what version) which gem (where is it located?) gem list (show packages) sudo gem update --system (sudo takes it to the top level repository, not only local user) gem --help <!-- Installing Rails --> sudo gem install rails
Initial URL
Initial Description
http://rubygems.org If you run into problems with MAMP, follow this: http://www.beyondcoding.com/2009/11/10/using-ruby-mysql-gem-with-mamp-1-8-x-on-snow-leopard/
Initial Title
Installing Ruby GEMS (and Rails)
Initial Tags
Initial Language
Ruby