Commit a945abca

mo khan <mo@mokhan.ca>
2014-08-15 03:58:46
update bullet and configure it to show warnings in footer instead of popup.
1 parent 857e279
Changed files (2)
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)