aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/etag_with_template_digest.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-131-1/+1
* Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-281-1/+7
* Remove unused block argumentsdeepj2015-08-231-1/+1
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-2/+2
* When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-0/+50