font_assets
font_assets copied to clipboard
Helps with serving font assets with Rails 3.1
Sorry this is a two in one - Preflight requests are only intercepted for font assets. Makes the gem compatible with `Rack::Cors` or any other setup that also requires special...
problem: So I am using font_assets along with sidekiq and it seems that sidekiq's web interface is changing the value of `env['PATH_INFO']` to a blank string, which then breaks things....
Hi everyone, boy am I happy to have found this gem! I'm trying to fix the CORS issue on http://jobs.atlas-china.com . When I make a request --> ''' curl -i...
I am deploying a Rails 4 application using AngularJS as our front-end MVC framework, and I'd like to deploy our assets through a CDN (Amazon Cloudfront), but am running into...
I recently moved to Phusion Passenger. I read ([here](http://www.stormconsultancy.co.uk/blog/development/how-to-get-more-bang-for-your-heroku-buck-while-making-your-rails-site-super-snappy-redux)) that it runs a nginx in front not to query main app. My guess is that it's what breaks it again....
Hi man, Great gem you got there. I'm just missing something: What if I want to had more than one domain? Thing is, the way the Access-Control-Allow-Origin header field should...
I'm kind of at loss how this is supposed to work in production environments. Static assets are supposed to be served directly by the webserver (apache/nginx), instead of passing through...