Commit a945abca
Changed files (2)
config
environments
config/environments/development.rb
@@ -40,10 +40,10 @@ Cake::Application.configure do
config.after_initialize do
Bullet.enable = true
- Bullet.alert = true
+ Bullet.alert = false
Bullet.bullet_logger = true
Bullet.console = true
- #Bullet.growl = true
Bullet.rails_logger = true
+ Bullet.add_footer = true
end
end
Gemfile.lock
@@ -47,7 +47,7 @@ GEM
sass (~> 3.2)
buftok (0.2.0)
builder (3.1.4)
- bullet (4.11.3)
+ bullet (4.13.1)
activesupport (>= 3.0.0)
uniform_notifier (>= 1.6.0)
capistrano (2.15.5)