This repository was archived by the owner on Oct 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
a few small fixes for cloudfront_asset_host #6
Open
robertzx
wants to merge
28
commits into
menno:master
Choose a base branch
from
zeevex:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…excluded from the CDN
… re-alias_method_chain if already done.
* release/v1.1.0_mime: add some speculative font mime types (widespread disagreement on this)
… => true, don't use CF asset host if any asset source name matches "^//", treat it as a full URL in compute_public_path
Feature/remove expiry header
Use erb when reading configs
* release/z1.1.0.4: Bumped version to z1.1.0.4 Use ERB to process paperclip.yml.
* release/z1.1.0.4: Bumped version to z1.1.0.4
* master:
fix case mismatch with right_aws
Removed expiry header as requested by PT 27722733
fix bug in tests related to timestamp/asset_id caching
if stylesheet or javascript include/link tags have recursive or cache => true, don't use CF asset host if any asset source name matches "^//", treat it as a full URL in compute_public_path
ignore :cache=>true all.{js,css} files
add bugs file
add some speculative font mime types (widespread disagreement on this)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Awesome gem! This was a lifesaver.
I've got a few changes on my fork that you might want:
thanks,
Robert