Skip to content

Instantly share code, notes, and snippets.

Created September 8, 2014 02:01
Show Gist options
  • Save anonymous/a8c1564afb6f44408123 to your computer and use it in GitHub Desktop.
Save anonymous/a8c1564afb6f44408123 to your computer and use it in GitHub Desktop.
Always In My Gemfile
# gem 'activeadmin', github: 'gregbell/active_admin'
gem 'angular-rails-templates'
gem 'autoprefixer-rails'
gem 'bootstrap_form'
gem 'bootstrap-sass'
gem 'bower-rails'
# gem 'cancan'
gem 'carrierwave'
gem 'devise'
gem 'fancybox2-rails'
gem 'fog'
gem 'font-awesome-sass'
gem 'fuzzily'
gem 'jquery-ui-rails'
gem 'mini_magick'
# gem 'omniauth'
# gem 'omniauth-facebook'
# gem 'omniauth-twitter'
# gem 'websocket-rails'
# For heroku
group :production do
gem 'pg'
gem 'rails_12factor'
end
group :development, :test do
gem 'awesome_print'
gem 'better_errors'
gem 'certified'
gem 'factory_girl_rails'
gem 'pry-rails'
gem 'pry-stack_explorer'
gem 'quiet_assets'
gem 'rspec-rails'
gem 'sqlite3'
gem 'spring'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment