Skip to content

Instantly share code, notes, and snippets.

@GooseNinja
Last active August 29, 2015 14:02
Show Gist options
  • Save GooseNinja/891882461065c6064714 to your computer and use it in GitHub Desktop.
Save GooseNinja/891882461065c6064714 to your computer and use it in GitHub Desktop.
Here are my most common used gems
# Always
group :development do
gem 'spring'
gem 'thin'
gem 'better_errors'
gem 'quiet_assets'
gem 'meta_request'
end
gem 'bcrypt'
gem 'bourbon'
gem 'bootstrap-sass'
gem 'slim'
gem 'slim-rails'
gem 'jquery-turbolinks'
gem 'newrelic_rpm'
# When I need a country select list
gem 'country_select'
# When I need icons
gem 'font-awesome-rails'
# When I need pagination
gem 'kaminari'
# When I need front-end framework
gem 'ember-rails'
gem 'ember-source'
# When I need Rest Client
gem 'faraday'
# When I need SOAP Client
gem 'savon'
# When I'm using Shelly Cloud
gem 'shelly-dependencies', group: :production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment