ericallam / font_assets

Helps with serving font assets with Rails 3.1
137 stars 79 forks source link

Handle cases when PATH_INFO is nil or blank #20

Closed arunthampi closed 10 years ago

arunthampi commented 10 years ago

According to the Rack Spec (http://rack.rubyforge.org/doc/SPEC.html) PATH_INFO can be an empty string

ericallam commented 10 years ago

Thanks for the PR and especially for the integrated tests. Will be cutting a new version with this change shortly.