I hereby claim:
- I am guyboltonking on github.
- I am guyboltonking (https://keybase.io/guyboltonking) on keybase.
- I have a public key whose fingerprint is 2AE0 DFF5 6982 AED9 41A7 AD35 6C58 D746 9D68 8811
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
all: run-boost-range | |
run-boost-range: boost-range | |
./boost-range | |
boost-range: boost-range.cpp | |
clang++ -std=c++0x -Iboost_1_53_0 -o boost-range boost-range.cpp |
require 'action_dispatch/middleware/static' | |
module Middleware | |
class FileHandler < ActionDispatch::FileHandler | |
def initialize(root, assets_path, cache_control) | |
@assets_path = assets_path.chomp('/') + '/' | |
super(root, cache_control) | |
end | |
def match?(path) |