-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
229 lines (183 loc) · 7.5 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
# # Gem Sources
source 'http://rubygems.org'
# # Ruby
ruby '2.1.5'
# gemspec
# # Rails
gem 'rails', '4.1.1'
# # Data
gem 'pg', '0.17.1'
gem 'jbuilder', '~> 2.0' # https://github.com/rails/jbuilder
# # LINUX
# gem 'rb-inotify', :group => [:development, :test] # monitor file changes without hammering the disk
# # MiddleWare
gem 'route_downcaser', "1.1.4" # https://github.com/carstengehling/route_downcaser
gem 'browser_details', "0.0.6" # https://github.com/gshutler/browser_details
gem "lograge", "0.3.4" # https://github.com/roidrage/lograge
# # Javascript
gem 'jquery-rails', '~> 3.1.2'
gem 'turbolinks', "2.2.2" # https://github.com/rails/turbolinks
gem 'jquery-turbolinks'
gem 'jquery-ui-rails', "4.2.1"
gem 'jquery-datatables-rails', '~> 3.3.0'
# gem 'nprogress-rails'
# # Assets
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'bootstrap-sass', '~> 3.1.1.1'
gem 'simple_form', "3.2.0"
gem 'active_link_to', "1.0.3" # https://github.com/comfy/active_link_to
gem 'acts_as_list', "0.3.0" # https://github.com/swanandp/acts_as_list
gem 'css_splitter', "0.4.2" # https://github.com/zweilove/css_splitter
# gem 'haml-rails'
# gem 'headjs-rails'
# # Video Conferencing
gem "opentok", "2.3.4" # https://github.com/opentok/Opentok-Ruby-SDK
# # Dates, Time and Phone
gem 'fullcalendar-rails', '~> 2.3.1'
gem 'momentjs-rails', '~> 2.8.4'
gem 'bootstrap3-datetimepicker-rails', '~> 4.17.37' # https://eonasdan.github.io/bootstrap-datetimepicker/
gem 'phony_rails', "0.14.2"
# # CoffeeScript
gem 'coffee-rails', '~> 4.0.0'
# # Authentication
gem 'devise', "3.2.4"
gem 'devise_invitable', '~> 1.3.4' # https://github.com/scambra/devise_invitable
gem "pundit", "0.2.2" # https://github.com/elabs/pundit
gem 'rolify', "3.4.1" # https://github.com/RolifyCommunity/rolify
# gem 'omniauth'
# gem 'omniauth-facebook'
# gem 'omniauth-twitter'
# # gem 'omniauth-persona'
# # gem 'omniauth-google-oauth2'
# # gem 'omniauth-linkedin'
# # Payments
gem 'stripe', "1.16.0"
gem 'stripe-rails', "0.3.1" # # https://github.com/thefrontside/stripe-rails
# # Admin
# gem 'activeadmin', github: 'gregbell/active_admin' # http://activeadmin.info/
gem "rails-settings-cached", '0.4.1' # https://github.com/huacnlee/rails-settings-cached
# # File Uploads
gem 'carrierwave', "0.10.0"
gem 'mini_magick', "4.3.6"
gem 'carrierwave-aws', "1.0.0"
gem 'remotipart', '~> 1.2'
gem 'file_validators'
# gem 'rmagick'
# gem "cocoon"
# # Blog
gem 'monologue', "0.4.1"
# gem 'comfortable_mexican_sofa', '~> 1.12.0'
# # Monitoring
gem "airbrake"
gem 'newrelic_rpm'
# gem 'airbrake_user_attributes' # see config/initializers/airbrake.rb
# gem 'rack-timeout', '~> 0.1.0beta3'
# # gem 'rack-google-analytics'
# # Web Scraping
gem 'nokogiri', '~> 1.6', '>= 1.6.7.2'
# # API
# gem 'rabl'
# gem 'oj'
# # Recurring Events
# gem "ice_cube"
# gem "recurring_select"
# # Design
# # gem 'bourbon'
# # gem 'neat'
# # gem 'country_select'
# # Email
gem 'rails_email_preview', '~> 1.0.3'
gem 'premailer-rails'
# gem 'roadie-rails', '~> 1.0'
# gem 'premailer-rails'
# # Workers
gem 'sidekiq', '4.2.7' #
gem 'devise-async', '0.10.2'
# gem 'sinatra', require: false
# Redis links used for sidekiq/redis production
# https://cbabhusal.wordpress.com/2015/03/16/ruby-on-rails-redis-server-how-to-install-redis-in-ubuntu-14-04/
# https://askubuntu.com/questions/58869/how-to-sucessfully-install-redis-server-tclsh8-5-not-found-error
# # Model Versioning
gem 'paper_trail', '3.0.5' # https://github.com/airblade/paper_trail
gem 'diffy', '3.0.6'
# # Utils
# gem 'addressable'
# gem 'settingslogic'
# # Caching
# # might be able to move into group :production
gem 'dalli' # https://github.com/petergoldstein/dalli
# gem 'identity_cache' # https://github.com/Shopify/identity_cache
# gem 'cityhash'
# Rack Mini Profiler
# runs in development but is installed out of the group, can be adjusted to run in production too
gem 'rack-mini-profiler' # https://github.com/MiniProfiler/rack-mini-profiler
group :production do
# gem 'dalli' # https://github.com/petergoldstein/dalli
# gem 'identity_cache' # https://github.com/Shopify/identity_cache
# gem 'unicorn'
# gem 'rails_12factor' # https://devcenter.heroku.com/articles/rails4
end
group :development do
# # Docs
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'annotate' # https://github.com/ctran/annotate_models
# # Errors
gem "better_errors", "1.1.0"
gem "binding_of_caller", "0.7.2" # extra features for better_errors
gem 'sextant', "0.2.4" # https://github.com/schneems/sextant
gem "bullet" # https://github.com/flyerhzm/bullet
gem 'meta_request' # https://github.com/dejan/rails_panel
# gem 'traceroute' # https://github.com/amatsuda/traceroute
# # Security
# gem 'brakeman', :require => false # https://github.com/presidentbeef/brakeman
# # Deployment
# # gem 'capistrano'
# # Guard
# gem 'guard-rspec'
# # gem 'guard-livereload'
# # gem 'rack-livereload'
end
group :development, :test do
gem 'spring', "1.1.3" # https://github.com/rails/spring
# gem 'spring-commands-rspec' # keep application running in the background
# # gem 'zeus' # required in gemfile for guard
# # Debugging
gem 'pry', "0.10.0" # better than irb
# # gem 'byebug' # ruby 2.0 debugger with built-in pry
# gem 'pry-rails' # adds rails specific commands to pry
# gem 'pry-byebug' # add debugging commands to pry
# gem 'pry-stack_explorer' # navigate call stack
# # gem 'pry-rescue' # start pry session on uncaught exception
# # gem 'pry-doc' # browse docs from console
# # gem 'pry-git' # add git support to console
# # gem 'pry-remote' # connect remotely to pry console
# # gem 'coolline' # sytax highlighting as you type
# # gem 'coderay' # use with coolline
# gem 'awesome_print' # pretty pring debugging output
# # Testing
# gem 'rspec-rails'
# gem 'factory_girl_rails'
# gem 'ffaker'
# gem 'capybara-webkit'
# # gem 'poltergeist' # alternative to capybara-webkit
# # gem 'capybara-firebug'
# # gem 'launchy' # save_and_open_page support for rspec
# # gem 'zeus-parallel_tests' # speed up lengthy tests
# # Logging
# gem 'quiet_assets'
end
# group :test do
# gem 'minitest' # include minitest to prevent require 'minitest/autorun' warnings
# # Helpers
# gem 'shoulda-matchers'
# gem 'database_cleaner'
# # gem 'timecop' # Mock Time
# # Coverage
# gem 'simplecov', require: false
# # gem 'coveralls', :require => false
# gem 'rspec-sidekiq'
# end
# gem "elasticsearch", git: "git://github.com/elasticsearch/elasticsearch-ruby.git"
# gem "elasticsearch-model", git: "git://github.com/elasticsearch/elasticsearch-rails.git"
# gem "elasticsearch-rails", git: "git://github.com/elasticsearch/elasticsearch-rails.git"