Remove bullet gem

Closes #378
This commit is contained in:
Artur Beljajev 2019-10-19 13:10:00 +03:00
parent c9fbc9269e
commit 0ab2b2ae80
3 changed files with 0 additions and 17 deletions

View file

@ -87,8 +87,6 @@ end
group :development, :test do
gem 'pry', '0.10.1'
gem 'bullet', '4.14.7' # for finding database optimizations
gem 'sdoc', '0.4.1' # bundle exec rake doc:rails generates the API under doc/api.
gem 'railroady', '1.3.0' # to generate database diagrams
gem 'autodoc'

View file

@ -119,9 +119,6 @@ GEM
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.3)
bullet (4.14.7)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
cancancan (3.0.1)
capybara (3.29.0)
addressable
@ -393,7 +390,6 @@ GEM
unf_ext
unf_ext (0.0.7.2)
unicode_utils (1.4.0)
uniform_notifier (1.9.0)
uuidtools (2.1.5)
validates_email_format_of (1.6.3)
i18n
@ -428,7 +424,6 @@ DEPENDENCIES
airbrake
autodoc
bootstrap-sass (~> 3.4)
bullet (= 4.14.7)
cancancan
capybara
coderay (= 1.1.0)

View file

@ -32,16 +32,6 @@ Rails.application.configure do
config.assets.raise_runtime_errors = true
config.action_view.raise_on_missing_translations = true
# for finding database optimization
config.after_initialize do
Bullet.enable = true
Bullet.bullet_logger = true
Bullet.console = true
Bullet.rails_logger = true
Bullet.add_footer = true
Bullet.unused_eager_loading_enable = false
end
end
# In this mode, any jobs you queue will be run in the same thread, synchronously