Skip to content

Instantly share code, notes, and snippets.

@jesusr
Created August 6, 2013 10:38
Show Gist options
  • Save jesusr/6163471 to your computer and use it in GitHub Desktop.
Save jesusr/6163471 to your computer and use it in GitHub Desktop.
Rails, Sass, Coffee - Install
#Rails
sudo gem install rails
#SASS
gem install sass-rails
#CoffeeScript
gem install coffee-rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment