Skip to content

Instantly share code, notes, and snippets.

@el-rotny
Created September 3, 2015 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save el-rotny/d59f63016b26f487153a to your computer and use it in GitHub Desktop.
Save el-rotny/d59f63016b26f487153a to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
ruby '2.2.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.9'
gem 'sprockets-rails', '~> 2.1.4', :require => 'sprockets/railtie'
# Using postgresql as the database for ActiveRecord
gem 'pg'
# https://github.com/radar/paranoia
gem 'paranoia', '~> 2.0'
gem 'devise'
# https://github.com/scambra/devise_invitable
gem 'devise_invitable'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
gem 'local_time'
# Assets and logging for heroku
gem 'rails_12factor', group: :staging
# Assets (CSS & JS)
# (:assets group has been removed in rails 4)
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'font-awesome-rails'
gem 'tinymce-rails'
gem 'uglifier', '>= 1.3.0'
gem 'angularjs-rails-resource', '~> 1.0.0'
# https://github.com/jfirebaugh/skim
gem 'skim'
# Templating and Runtime
gem 'sass', '~> 3.4'
gem 'compass', '~> 1.0.3'
gem 'bootstrap-sass', '~> 3.3.5'
gem 'sass-rails', '< 5.1'
gem 'compass-rails', '~> 2.0.5'
gem 'slim-rails'
# Asset Management
gem 'mini_magick'
gem 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git'
gem 'aws-sdk'
# https://github.com/tcocca/acts_as_follower
gem 'acts_as_follower'
# https://github.com/norman/friendly_id
gem 'friendly_id', '~> 5.0.0'
# https://github.com/jim/carmen-rails
gem 'carmen-rails'
# https://github.com/alexreisner/geocoder
gem 'geocoder'
# https://github.com/ryanto/acts_as_votable
gem 'acts_as_votable'
# https://github.com/gregbell/active_admin
gem 'activeadmin', github: 'gregbell/active_admin'
# https://github.com/amatsuda/kaminari
gem 'kaminari'
# https://github.com/kylejginavan/youtube_it
gem 'youtube_it'
# https://github.com/matthooks/vimeo
gem 'vimeo'
# https://github.com/soundcloud/soundcloud-ruby
gem 'soundcloud'
# https://github.com/drapergem/draper
gem 'draper'
# https://github.com/42dev/bower-rails
gem 'bower-rails', '~> 0.7.3'
# https://github.com/ohler55/oj
gem 'oj'
# https://github.com/ohler55/oj_mimic_json
gem 'oj_mimic_json'
# https://github.com/SamSaffron/fast_blank
gem 'fast_blank'
# https://github.com/rgrove/sanitize
gem 'sanitize'
# https://github.com/plataformatec/has_scope
gem 'has_scope'
# https://github.com/wistia/wistia-api
gem 'wistia-api'
# https://github.com/bkeepers/dotenv
gem 'dotenv-rails'
# https://github.com/jaimeiniesta/metainspector
gem 'metainspector', '~> 3.3.0'
# https://github.com/rumblelabs/asset_sync
gem 'fog', '~>1.30'
gem 'fog-aws'
gem 'asset_sync'
# https://github.com/jnunemaker/httparty
gem 'httparty'
# https://github.com/kjvarga/sitemap_generator
gem 'sitemap_generator'
# https://github.com/carrierwaveuploader/carrierwave
gem 'carrierwave'
# https://github.com/arsduo/koala
gem 'koala', '~> 1.10.0rc'
# https://github.com/google/google-api-ruby-client
gem 'google-api-client'
# https://github.com/intridea/oauth2
gem 'oauth2'
# https://github.com/newrelic/rpm
gem 'newrelic_rpm'
# https://github.com/smartinez87/exception_notification#slack-notifier
#gem 'slack-notifier'
# https://github.com/chrahunt/docx
gem 'docx', '~> 0.2.07', :require => ["docx"]
# https://github.com/mperham/sidekiq
gem 'sidekiq'
# https://github.com/rails/rails-observers
gem 'rails-observers'
gem 'redis'
# https://github.com/mailboxer/mailboxer
gem 'mailboxer', git: 'git@github.com:MaximSt/mailboxer.git', branch: 'ft/spam-folder'
# https://github.com/sunspot/sunspot
gem 'sunspot_rails'
gem 'sunspot_solr'
gem 'puma'
# https://github.com/stefankroes/ancestry
gem 'ancestry'
# https://github.com/mbleigh/acts-as-taggable-on
gem 'acts-as-taggable-on', '~> 3.4'
gem 'yt'
# https://github.com/wistia/wistia-uploader
gem 'wistia-uploader'
# https://github.com/streamio/streamio-ffmpeg
gem 'streamio-ffmpeg'
gem 'yajl-ruby', require: 'yajl'
# https://github.com/pitr/angular-rails-templates
gem 'angular-rails-templates'
gem 'memory_profiler'
# https://github.com/javan/whenever
gem 'whenever', :require => false
# https://github.com/thefrontside/stripe-rails
gem 'stripe-rails'
# https://github.com/attr-encrypted/attr_encrypted
# gem 'attr_encrypted'
# https://github.com/threedaymonk/htmlentities
gem 'htmlentities'
group :development, :test do
gem 'rspec-rails', '~> 3.0.1'
gem 'rspec-collection_matchers'
gem 'spring-commands-rspec'
gem 'capybara'
gem 'spring'
gem 'factory_girl_rails', '~> 4.0'
gem 'database_cleaner'
# https://github.com/stympy/faker
gem 'faker'
# https://github.com/colszowka/simplecov
gem 'simplecov'
gem 'rails-perftest'
gem 'ruby-prof'
gem 'bullet'
end
group :test do
gem 'webmock'
# https://github.com/rebelidealist/stripe-ruby-mock
gem 'stripe-ruby-mock', require: 'stripe_mock', branch: 'stripe-1.21.0'
# https://github.com/thoughtbot/shoulda-matchers
gem 'shoulda-matchers', require: false
end
group :production do
gem 'unicorn'
end
group :development do
# https://github.com/schneems/derailed_benchmarks
gem 'derailed'
gem 'stackprof'
gem 'guard-rspec', require: false
# for rails console
gem 'jazz_hands', github: 'jkrmr/jazz_hands'
gem 'pry-rails'
# errors
gem 'meta_request'
gem 'binding_of_caller'
gem 'quiet_assets'
gem 'capistrano', '~> 3.2.1'
gem 'capistrano-rails', '~> 1.1'
gem 'capistrano-bundler'
gem 'capistrano-rvm'
gem 'capistrano3-puma', github: 'seuros/capistrano-puma'
gem 'capistrano-sidekiq', github: 'seuros/capistrano-sidekiq'
# https://github.com/ctran/annotate_models
gem 'annotate', '>=2.6.0'
end
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment