chore: update to rails 8

This commit is contained in:
Nelson Jovel 2024-11-20 15:16:22 -08:00
parent 1ce3ed5b6f
commit e4e1a2e96e
6 changed files with 86 additions and 92 deletions

View file

@ -1,13 +1,13 @@
Rails.application.configure do
config.after_initialize do
Bullet.enable = true
Bullet.alert = false
Bullet.bullet_logger = true
Bullet.console = true
# Bullet.growl = true
Bullet.rails_logger = true
Bullet.add_footer = true
end
# config.after_initialize do
# Bullet.enable = true
# Bullet.alert = false
# Bullet.bullet_logger = true
# Bullet.console = true
# # Bullet.growl = true
# Bullet.rails_logger = true
# Bullet.add_footer = true
# end
# Settings specified here will take precedence over those in config/application.rb.