Sha256: 69b16e8c1dde0fd8364c9f8398487a263d3dfc97cb2ea39bf39de88086af1fd8
Contents?: true
Size: 849 Bytes
Versions: 59
Compression:
Stored size: 849 Bytes
Contents
Feature: Generate mtime-based query string for busting browser caches In order to display the most recent content for IE & CDNs and appease YSlow Scenario: Rendering css with the feature disabled Given "cache_buster" feature is "disabled" When I go to "/stylesheets/relative_assets.css" Then I should not see "?" Scenario: Rendering html with the feature disabled Given "cache_buster" feature is "disabled" When I go to "/cache-buster.html" Then I should not see "?" Scenario: Rendering css with the feature enabled Given "cache_buster" feature is "enabled" When I go to "/stylesheets/relative_assets.css" Then I should see "?" Scenario: Rendering html with the feature enabled Given "cache_buster" feature is "enabled" When I go to "/cache-buster.html" Then I should not see "?"
Version data entries
59 entries across 59 versions & 2 rubygems