Skip to content

Instantly share code, notes, and snippets.

@BrianJoyce1
Created November 14, 2012 04:48
Show Gist options
  • Save BrianJoyce1/4070303 to your computer and use it in GitHub Desktop.
Save BrianJoyce1/4070303 to your computer and use it in GitHub Desktop.
Useful Gems
group :development do
gem 'quiet_assets'
gem 'thin'
end
gem "therubyracer"
gem "less-rails"
gem "twitter-bootstrap-rails"
group :test do
gem 'capybara'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment