Skip to content

Instantly share code, notes, and snippets.

@fajrif
fajrif / rvm_cheatsheet
Created June 14, 2011 14:11
RVM cheatsheet
RVM home page: http://rvm.beginrescueend.com
Install RVM
------------
See http://rvm.beginrescueend.com/rvm/install/
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Install rvm for all users
@fajrif
fajrif / gem_cheat_sheet
Created April 12, 2011 22:52
create gem with bundler
bundle gem <name> # => to create gem skeleton
gem build <name>.gemspec # => build the gem
gem push <name>.gem # => push the gem to rubygems.org
gem yank <name> -v VERSION # => to yanking the gems