rails/actionpack/CHANGELOG.md
Bryan Ricker 3c516c4b52 Allow numbers in partial name for digesting
Add failing test for template with number at the end

Use \w for RENDER_DEPENDENCY regex

Spacing

Add CHANGELOG entry
2013-05-06 18:30:29 -07:00

250 B

  • Fix an issue where partials with a number in the filename weren't being digested for cache dependencies.

    Bryan Ricker

Please check 4-0-stable for previous changes.