mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
Try the cache_digests gem for Tracks
cache_digests will be part of Rails 4
This commit is contained in:
parent
8b1fc99b72
commit
8a8dc47ab8
9 changed files with 134 additions and 105 deletions
7
config/initializers/bullet.rb
Normal file
7
config/initializers/bullet.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# config for bullet gem
|
||||
|
||||
if defined? Bullet
|
||||
Bullet.enable = false
|
||||
Bullet.alert = false
|
||||
Bullet.bullet_logger = true
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue