arkency / image_placeholder

MIT License
58 stars 7 forks source link

Does not work with rack < 2.0.0 #1

Open d4be4st opened 5 years ago

d4be4st commented 5 years ago

NoMethodError - undefined method `add_header' for #:

add_header was added in rack 2.0.0 :(

bonekost commented 5 years ago

check this PR: https://github.com/arkency/image_placeholder/pull/2 I think it's little hack, but it works for me also with older Rack (1.6.0)