Tagged Questions
3
votes
1answer
139 views
twitter bootstrap icons are not showing,when assets is serving through amazon cdn
I am working on RoR. Using twitter bootstarp for my website front end design. And planning to use amazon cdn as asset host. I pushed all the static files to amazon. I am using amazon-s3 as cdn origin. ...
0
votes
1answer
49 views
Does Amazon cloudfront serve the background homepage image or heroku? (rails app)
This is what I have inside production.rb (production environment) file.
#Enable serving of images, stylesheets, and JavaScripts from an asset server
config.action_controller.asset_host = ...
0
votes
0answers
35 views
Cloudfront and Carrierwave URL
I added the following line to my carrier wave initializer...so that it would use cloud front...
config.asset_host = 'http://myurl.cloudfront.net'
However, my URLs still appear to have the old ...
0
votes
0answers
75 views
Cloudfront images loading slowly
I set up Cloudfront/S3 with Dragonfly in my Rails application, but the images are now loading very slowly. I checked the header in my browser's web inspector and it says "X-Rack-Cache:miss, store". ...
0
votes
1answer
529 views
How to display Font Awesome icons in Firefox?
I'm using the Font-Awesome-Sass-Rails gem for icon fonts and they display properly in all browsers but Firefox. I'm currently using Cloudfront and Nginx. Here is my CORS configuration:
<?xml ...
1
vote
0answers
76 views
Is it possible to use Amazon Cloudfront sign URLs for attachments using Paperclip
I am using Paperclip to store image attachments on Amazon S3 and deliver them through Cloudfront. I was looking around and was unable to find examples of it being used with signed URL's to protect the ...
1
vote
0answers
125 views
Is this Rails cloudfront custom origin setup optimal?
I've configured cloudfront to use Heroku as it's custom origin. Inside the production.rb file, I made the following setting:
middleware.insert_after('Rack::Cache', Rack::Deflater)
...
3
votes
2answers
297 views
Rails 3.2 + Heroku + S3 + CloudFront: Not serving gzip css js
I am running Rails 3.2 with assets_sync.
A gz version of my css and js are created. CloudFront is not serving the gzip version even though the header requested for gzip,deflate.
I also tried ...
0
votes
1answer
81 views
Serving HTML and assets from Cloudfront among dynamic content
I have a basic app where users can upload a bunch of HTML files (index.html, mypage.html) and a bunch of assets (myimage.jpg, myscript.js), and access these on their own url like ...
0
votes
1answer
67 views
Amazon cloudfront custom origin rails with authentication
As far I understand, custom origin server with cloudfront only works if cloudfront is able to access files from my website url:
eg: www.domain.com/hello.html
However, my website has a login ...
0
votes
1answer
132 views
Amazon cloudfront custom origin rails
I just learned that you can back a Rails app's static assets (HTML, CSS, JS, IMAGES) with Amazon Cloudfront... I read an article here that describes the process pretty well.
...
0
votes
1answer
56 views
How do I send a user an HTML file from S3 or Cloudfront using Rails?
I want to simply re-route the user to a page (say bucket.amazons3.com/hello.html) while still making it appear as if they are on DOMAIN.COM/hello.html ... I want to do this say if a certain IF ...
2
votes
2answers
341 views
Carrierwave+fog+s3 not working with Cloud Front URLs
I'm having this problem with carrierwave+fog+s3 with Amazon cloud front. With the following setup I can upload files to s3 but after uploaded, the S3 Objects URLs I get from my rails app doesn't have ...
2
votes
3answers
341 views
CDN (Cloudfront) Cache Invalidation using Carrierwave
I'm using carrierwave to allow users to upload images with an ability to crop after upload, the issue is the versions get created and CDN catch them instantly that when users crop they don't see ...
1
vote
1answer
126 views
Bypass Rack::Cache for requests coming from a CDN
I have a Rails 3.2 app, deployed to heroku. I use caching with Rack::Cache and Amazon CloudFront.
For Requests that are served via CloudFront (assets, mostly), the caching layer with Rack::Cache is ...
1
vote
0answers
71 views
Dynamic content from cloudfront - can I put API results (JSON) from Rails?
I see that cloudfront supports dynamic content.
Could anyone guide how I could go about doing this in Rails. For instance, I have, api.test.com/popular.json which I would like to be served from ...
0
votes
0answers
149 views
How to “live stream” video from central server to clients? In rails
Let's say that I have a video file on a central server and I want to stream it to my clients at a particular time. Think of this as playing a video file and then live streaming it to clients so that ...
1
vote
1answer
146 views
Error serving CSS file via CloudFront, works fine directly from origin
I'm running a Rails 3.2 app on Heroku via the custom domain www.shmocket.com. I set up a CloudFront distribution with www.shmocket.com as the only origin. It's alternate domain name is ...
1
vote
1answer
246 views
Image compression, carrierwave and heroku
we're trying to compress the images we serve up on our site. We use carrierwave and asset_sync to serve our assets from S3 and Cloudfront.
The main issue we're now facing in terms of site performance ...
0
votes
1answer
490 views
Rails Assets and CDN Issues (CSS, JS references)
I am dealing with Rails 3.1.2, asset_sync and cludfront. I have installed asset_sync and precompiled all the assets. The problem I am facing is the following:
rake compiles combine javascript and css ...
6
votes
3answers
1k views
Rails How to upload precompiled assets to Cloudfront
I'm using a Rails 3.2 app
I created a Cloudfront distribution with a
S3 origin
I already change config.action_controller.asset_host to my
cloudfront asset
I'm using capistrano
I want to know, ...
1
vote
1answer
437 views
Amazon s3/Cloudfront Ruby on rails video streaming
I am building a ruby on rails website that will store and stream videos. I am using carrierwave and amazon s3 to upload and store the videos. If I am not mistaken, I can stream the files directly ...
5
votes
1answer
441 views
setup Cloudfront to never refetch assets
I have a Rails app that uses Cloudfront as its CDN and sprockets to compress assets and set long Cache-Control headers.
First request to an assets gives me response headers like so:
...
0
votes
0answers
251 views
Cloudfront loading old (css/js) files after rails deployment with capistrano
I'm using Amazon's Cloudfront CDN along with Rails for our app and I'm now encountering a strange issue that I can't track down.
We store css and js files in Cloudfront and use the RELEASE value from ...
2
votes
1answer
376 views
nginx + Rails 3.1 + Cloudfront assets subdirectories 404 missing
I'm using Rails 3.1 asset pipeline which is served using a custom origin Cloudfront CDN.
This is what I have written in my nginx.conf to serve the assets in gzip and for caching:
...
0
votes
1answer
314 views
How to serve gzip js and css files — Rails + CloudFront using Origin server (not S3)
I'm using CloudFront with an origin server (not S3).
How could I get my rails app to server Gzip versions of JS and CSS in this case?
10
votes
4answers
3k views
Rails 3 automatic asset deployment to Amazon CloudFront?
Is there a gem or method available in Rails 3.1 that can upload assets to amazon cloud front automatically and use those instead of serving locally hosted ones? I guess it's easy to upload compiled ...
3
votes
1answer
765 views
Rails 3.1 Assets, Cache-Control, Max-Age and Expires headers
I currently have an app on Heroku Cedar stack running with Unicorn.
I also have CloudFront configured as a custom origin to host my css/js assets. However it seems like no matter which way I ...
2
votes
0answers
139 views
How to control the number of downloads via Amazon Cloudfront
Is there a way to create a CloudFront signed url that limits the number of times that a file can be downloaded?
According to this post Controlling number of downloads on Amazon S3, you can get the ...
1
vote
3answers
618 views
Question about Amazon's Cloud Front with regards to Rails app w/image uploads
Newbish AWS question: Our Rails app currently allows image uploads via Carrierwave to an S3 bucket. Things work well...but it's starting to get a bit confusing (and cumbersome) as some original files ...
1
vote
1answer
188 views
How to get a CDN to work for Staging and Production ENVs, using CloudFront, Rails, Jammit
I just hooked Amazon's CLoudfront CDN up to our app.
In the staging and production.rb file, in rails all it took was:
config.action_controller.asset_host = Proc.new { |source, request|
if ...
0
votes
1answer
166 views
how to define s3.yml bucket with a directory?
right now I have something like this for my s3.yml:
development:
bucket: mydev
access_key_id: xxxxxxxx
secret_access_key: xxxx+qlSn+xxxxx
I want the bucket to be /mysite/dev
But that's ...
2
votes
3answers
3k views
Overriding rails Cache-Control header on redirect
Whether I do:
head 302
or
head 307
or
redirect_to
calls in the same controller action to
response.headers['Cache-Control'] = "public, max-age=86400"
have no effect. Rails sends:
...
1
vote
2answers
935 views
Does Amazon Cloudfront hide the file from being download directly?
Im trying to wrap my head around Cloudfront. We notice some video sites don't allow us to download the video. I.e. there is no physical link to the file. Or at least, I am not able to locate it in the ...
3
votes
1answer
964 views
Using S3/CloudFront with Rails 3 Assets and Less CSS
This one is a mouthful! Basically I'm trying to send all of my Rails 3 assets up to the S3 Cloud and use CloudFront as the CDN to deliver it all. I already learned about configuring Rails to pull from ...
5
votes
2answers
576 views
How do I change the format of Rails asset_tag URLs?
Background
I'm currently working on a Rails 3 project that I intend to use with Amazon CloudFront with a custom origin pointing back to my actual web server. This means that my web server will tell ...
