Try the cache_digests gem for Tracks

cache_digests will be part of Rails 4
This commit is contained in:
Reinier Balt 2012-08-27 21:00:51 +02:00
parent 8b1fc99b72
commit 8a8dc47ab8
9 changed files with 134 additions and 105 deletions

View file

@ -16,6 +16,8 @@ gem "aasm"
gem "htmlentities"
gem "swf_fu"
gem "rails_autolink"
gem "cache_digests" #, :git => 'git://github.com/rails/cache_digests.git'
gem "rack-mini-profiler"
# Gems used only for assets and not required
# in production environments by default.
@ -44,6 +46,7 @@ group :development do
end
gem "yard"
gem "tolk"
gem "bullet"
end
group :test do