This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Nov 27 08:21:32 -0800 2008 | |
| |
README | ||
| |
Rakefile | Thu Nov 27 08:21:32 -0800 2008 | |
| |
lib/ | ||
| |
test/ |
README
AssetHostingWithMinimumSsl ========================== It's slow to serve assets that doesn't need to be secure over SSL. This plugin will let you send assets over non-SSL as often as possible. Example ======= In your config/production.rb config.action_controller.asset_host = AssetHostingWithMinimumSsl.new( "http://assets%d.example.com", # will serve non-SSL assetts on http://assets[1-4].example.com "https://assets1.example.com" # will serve SSL assets on https://assets1.example.com ) Copyright (c) 2008 David Heinemeier Hansson, released under the MIT license









